mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
travis: non-verbose build
This commit is contained in:
parent
ae4786e976
commit
32fe895105
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ addons:
|
||||||
- portaudio19-dev
|
- portaudio19-dev
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cargo build --verbose
|
- cargo build
|
||||||
# Building without syntex only works on nightly
|
# Building without syntex only works on nightly
|
||||||
- if [[ $(rustc --version) == *"nightly"* ]]; then
|
- if [[ $(rustc --version) == *"nightly"* ]]; then
|
||||||
cargo build --no-default-features --verbose;
|
cargo build --no-default-features;
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue