Merge pull request #128 from djfarly/travis-rustfmt

Update Travis' rustfmt arguments
master
Michael Gattozzi 7 years ago committed by GitHub
commit edfae10613
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .travis.yml

@ -9,7 +9,7 @@ matrix:
script:
- cargo test --locked
- rustup component add rustfmt-preview
- cargo fmt -- --write-mode diff
- cargo fmt --all -- --check
env: RUST_BACKTRACE=1
# dist linux binary

Loading…
Cancel
Save