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