Don't run cargo with --verbose on Travis
This commit is contained in:
parent
de15dbd392
commit
86e5cbda2e
|
@ -6,5 +6,5 @@ before_script:
|
|||
- rustup component add rustfmt-preview
|
||||
script:
|
||||
- cargo fmt --all -- --write-mode=check
|
||||
- cargo build --verbose
|
||||
- cargo test --verbose
|
||||
- cargo build
|
||||
- cargo test
|
||||
|
|
Loading…
Reference in New Issue
Block a user