travis: Dont call cargo with --verbose flag
This commit is contained in:
parent
4cbd81ed20
commit
0ec5117b5a
1 changed files with 3 additions and 3 deletions
|
@ -34,9 +34,9 @@ script:
|
|||
[[ -d "$1" ]] &&
|
||||
cd "$1" &&
|
||||
{
|
||||
travis-cargo build &&
|
||||
travis-cargo test &&
|
||||
travis-cargo bench &&
|
||||
travis-cargo -q build &&
|
||||
travis-cargo -q test &&
|
||||
travis-cargo -q bench &&
|
||||
travis-cargo --only stable doc &&
|
||||
cd -
|
||||
} || exit 1
|
||||
|
|
Loading…
Reference in a new issue