Browse Source

Don't run cargo with --verbose on Travis

refactor-mempool
Roman Zeyde 7 years ago
parent
commit
86e5cbda2e
No known key found for this signature in database GPG Key ID: 87CAE5FA46917CBB
  1. 4
      .travis.yml

4
.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

Loading…
Cancel
Save