1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-03 09:49:31 +02:00

travis: allow failures on rust nightly

This commit is contained in:
Paul Lietar 2016-03-18 15:58:44 +00:00
parent 423a39dba3
commit 97f6968a2c

View file

@ -18,3 +18,7 @@ script:
- if [[ $(rustc --version) == *"nightly"* ]]; then
cargo build --no-default-features;
fi
matrix:
allow_failures:
- rust: nightly