Skip to content

Commit

Permalink
Fix Travis Config for Nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
killercup committed Apr 15, 2016
1 parent 52775ce commit a85d876
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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=""

0 comments on commit a85d876

Please sign in to comment.