Browse Source

Run 'cargo fmt --check' on Travis

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

4
.travis.yml

@ -3,7 +3,9 @@ cache: cargo
rust:
- stable
- beta
before_script:
- rustup component add rustfmt-preview
script:
- cargo fmt --all -- --check
- cargo build --verbose
- cargo test --verbose

Loading…
Cancel
Save