mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
travis: Update nightly version
This commit is contained in:
parent
1396f9729a
commit
a9ae5b5086
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue