travis: non-verbose build

This commit is contained in:
Paul Lietar 2016-03-11 13:21:54 +00:00
parent ae4786e976
commit 32fe895105

View file

@ -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