Browse Source

Check formatting on Travis

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

4
.travis.yml

@ -5,7 +5,11 @@ rust:
cache: cargo
before_script:
- rustup component add rustfmt-preview
script:
- cargo fmt --all -- --check
- cargo check --all
- cargo build --all
- cargo test --all

Loading…
Cancel
Save