mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +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:
|
rust:
|
||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
- nightly-2016-04-28 # Last known to be working nightly
|
- nightly-2016-07-03 # Last known to be working nightly
|
||||||
- nightly
|
- nightly
|
||||||
|
|
||||||
cache: cargo
|
cache: cargo
|
||||||
|
@ -27,7 +27,7 @@ script:
|
||||||
|
|
||||||
# Building without syntex only works on nightly
|
# Building without syntex only works on nightly
|
||||||
- if [[ $TRAVIS_RUST_VERSION == *"nightly"* ]]; then
|
- if [[ $TRAVIS_RUST_VERSION == *"nightly"* ]]; then
|
||||||
cargo build --no-default-features;
|
cargo build --no-default-features --features "nightly";
|
||||||
fi
|
fi
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
|
|
Loading…
Reference in a new issue