Browse Source
Don't run cargo with --verbose on Travis
refactor-mempool
Roman Zeyde
7 years ago
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB
1 changed files with
2 additions and
2 deletions
-
.travis.yml
|
|
@ -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 |
|
|
|