Only run coveralls on stable

pull/46/head
Dennis Schwerdel 2019-12-06 13:08:45 +01:00
parent bc994a959d
commit 6c85e749d8
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@ script:
- |
cargo build && cargo test
after_success:
- cargo coveralls
- |
[ $TRAVIS_RUST_VERSION = stable ] && cargo coveralls
env:
global:
- TRAVIS_CARGO_NIGHTLY_FEATURE=""