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
|
cargo build && cargo test
|
||||||
after_success:
|
after_success:
|
||||||
- cargo coveralls
|
- |
|
||||||
|
[ $TRAVIS_RUST_VERSION = stable ] && cargo coveralls
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- TRAVIS_CARGO_NIGHTLY_FEATURE=""
|
- TRAVIS_CARGO_NIGHTLY_FEATURE=""
|
||||||
|
|
Loading…
Reference in New Issue