Don't run cargo with --verbose on Travis

This commit is contained in:
Roman Zeyde 2018-07-15 23:59:40 +03:00
parent de15dbd392
commit 86e5cbda2e
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB

View File

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