mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +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
|
||||
|
||||
script:
|
||||
- cargo build --verbose
|
||||
- cargo build
|
||||
# Building without syntex only works on nightly
|
||||
- if [[ $(rustc --version) == *"nightly"* ]]; then
|
||||
cargo build --no-default-features --verbose;
|
||||
cargo build --no-default-features;
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue