travis: Update nightly version

This commit is contained in:
Paul Lietar 2016-07-06 11:01:08 +01:00
parent 1396f9729a
commit a9ae5b5086

View file

@ -2,7 +2,7 @@ language: rust
rust:
- stable
- beta
- nightly-2016-04-28 # Last known to be working nightly
- nightly-2016-07-03 # Last known to be working nightly
- nightly
cache: cargo
@ -27,7 +27,7 @@ script:
# Building without syntex only works on nightly
- if [[ $TRAVIS_RUST_VERSION == *"nightly"* ]]; then
cargo build --no-default-features;
cargo build --no-default-features --features "nightly";
fi
notifications: