mirror of
https://github.com/oSumAtrIX/free-librespot.git
synced 2025-12-20 10:24:22 +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
|
- if [[ $(rustc --version) == *"nightly"* ]]; then
|
||||||
cargo build --no-default-features;
|
cargo build --no-default-features;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- rust: nightly
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue