1
Fork 0

Fix Travis Config for Nightly

This commit is contained in:
Pascal Hertleif 2016-04-15 16:50:36 +02:00
parent 52775ce2d7
commit a85d876bcd

View file

@ -12,7 +12,11 @@ before_script:
script:
- |
travis-cargo build &&
env RUST_SYSROOT=$HOME/rust RUST_TEST_NOCAPTURE=1 travis-cargo test
env RUST_SYSROOT=$HOME/rust travis-cargo test
notifications:
email:
on_success: never
env:
global:
- RUST_TEST_NOCAPTURE=1
- TRAVIS_CARGO_NIGHTLY_FEATURE=""