mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
travis: allow failures on rust nightly
This commit is contained in:
parent
423a39dba3
commit
97f6968a2c
1 changed files with 4 additions and 0 deletions
|
@ -18,3 +18,7 @@ script:
|
|||
- if [[ $(rustc --version) == *"nightly"* ]]; then
|
||||
cargo build --no-default-features;
|
||||
fi
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rust: nightly
|
||||
|
|
Loading…
Reference in a new issue