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:
|
||||
- stable
|
||||
- beta
|
||||
- nightly-2016-03-17 # Last known to be working nightly
|
||||
- nightly-2016-04-21 # Last known to be working nightly
|
||||
- nightly
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rust: nightly
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libprotoc-dev
|
||||
- portaudio19-dev
|
||||
- libpulse-dev
|
||||
|
||||
|
||||
script:
|
||||
- cargo build --no-default-features --features "with-syntex"
|
||||
- cargo build --no-default-features --features "with-syntex with-tremor"
|
||||
|
@ -22,7 +26,3 @@ script:
|
|||
- if [[ $TRAVIS_RUST_VERSION == *"nightly"* ]]; then
|
||||
cargo build --no-default-features;
|
||||
fi
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rust: nightly
|
||||
|
|
Loading…
Reference in a new issue