Don't error on travis-cargo

This commit is contained in:
Magnus Hallin 2016-09-12 21:38:58 +02:00
parent ce4d61ed03
commit 8e60f10355

View file

@ -45,7 +45,6 @@ before_deploy:
after_success: after_success:
- | - |
set -e
travis-cargo coverage --no-sudo -- --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-* ./kcov/build/src/kcov --verify --coveralls-id=$TRAVIS_JOB_ID --exclude-pattern=/.cargo target/kcov target/debug/juniper-*