travis: Dont call cargo with --verbose flag

This commit is contained in:
Matthias Beyer 2016-07-28 14:37:59 +02:00
parent 4cbd81ed20
commit 0ec5117b5a

View file

@ -34,9 +34,9 @@ script:
[[ -d "$1" ]] && [[ -d "$1" ]] &&
cd "$1" && cd "$1" &&
{ {
travis-cargo build && travis-cargo -q build &&
travis-cargo test && travis-cargo -q test &&
travis-cargo bench && travis-cargo -q bench &&
travis-cargo --only stable doc && travis-cargo --only stable doc &&
cd - cd -
} || exit 1 } || exit 1