mirror of https://github.com/dswd/vpncloud.git
Only run coveralls on stable
This commit is contained in:
parent
bc994a959d
commit
6c85e749d8
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue