Don't error on travis-cargo
This commit is contained in:
parent
ce4d61ed03
commit
8e60f10355
1 changed files with 0 additions and 1 deletions
|
@ -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-*
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue