Skip to content

Commit a85d876

Browse files
committed
Fix Travis Config for Nightly
1 parent 52775ce commit a85d876

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ before_script:
1212
script:
1313
- |
1414
travis-cargo build &&
15-
env RUST_SYSROOT=$HOME/rust RUST_TEST_NOCAPTURE=1 travis-cargo test
15+
env RUST_SYSROOT=$HOME/rust travis-cargo test
1616
notifications:
1717
email:
1818
on_success: never
19+
env:
20+
global:
21+
- RUST_TEST_NOCAPTURE=1
22+
- TRAVIS_CARGO_NIGHTLY_FEATURE=""

0 commit comments

Comments
 (0)