Run first coverage pass with iron-handlers feature enable

This commit is contained in:
Magnus Hallin 2016-09-12 21:31:49 +02:00
parent 7add0086bb
commit ce4d61ed03

View file

@ -46,8 +46,8 @@ before_deploy:
after_success:
- |
set -e
travis-cargo coverage --no-sudo
./kcov/build/src/kcov --verify --coveralls-id=$TRAVIS_JOB_ID --exclude-pattern=/.cargo target/kcov target/debug/juniper-* --features iron-handlers
travis-cargo coverage --no-sudo -- --features iron-handlers
./kcov/build/src/kcov --verify --coveralls-id=$TRAVIS_JOB_ID --exclude-pattern=/.cargo target/kcov target/debug/juniper-*
- |
if [ "$TRAVIS_BRANCH" = master -a "$TRAVIS_PULL_REQUEST" = false -a "$TRAVIS_RUST_VERSION" = stable ]; then