Update last known nightly

This commit is contained in:
Paul Lietar 2016-04-23 16:01:02 +01:00
parent 482a93eddb
commit 823bdb91fe

View file

@ -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