Coverage only on nightly

pull/10/head
Dennis Schwerdel 2017-07-30 22:09:40 +02:00
parent ccccd7da0c
commit 5992a33c3f
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ script:
- cargo test
after_success: |
if [[ "$TRAVIS_RUST_VERSION" == stable ]]; then
if [[ "$TRAVIS_RUST_VERSION" == nightly ]]; then
cargo install cargo-tarpaulin
cargo tarpaulin --ciserver travis-ci --coveralls $TRAVIS_JOB_ID
fi