mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Update last known nightly
This commit is contained in:
parent
482a93eddb
commit
823bdb91fe
1 changed files with 6 additions and 6 deletions
12
.travis.yml
12
.travis.yml
|
@ -2,16 +2,20 @@ language: rust
|
||||||
rust:
|
rust:
|
||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
- nightly-2016-03-17 # Last known to be working nightly
|
- nightly-2016-04-21 # Last known to be working nightly
|
||||||
- nightly
|
- nightly
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- rust: nightly
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- libprotoc-dev
|
- libprotoc-dev
|
||||||
- portaudio19-dev
|
- portaudio19-dev
|
||||||
- libpulse-dev
|
- libpulse-dev
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cargo build --no-default-features --features "with-syntex"
|
- cargo build --no-default-features --features "with-syntex"
|
||||||
- cargo build --no-default-features --features "with-syntex with-tremor"
|
- cargo build --no-default-features --features "with-syntex with-tremor"
|
||||||
|
@ -22,7 +26,3 @@ script:
|
||||||
- if [[ $TRAVIS_RUST_VERSION == *"nightly"* ]]; then
|
- if [[ $TRAVIS_RUST_VERSION == *"nightly"* ]]; then
|
||||||
cargo build --no-default-features;
|
cargo build --no-default-features;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
matrix:
|
|
||||||
allow_failures:
|
|
||||||
- rust: nightly
|
|
||||||
|
|
Loading…
Reference in a new issue