remove write mode from travis' rustfmt

master
Jan Willem Henckel 7 years ago
parent 8102538f3d
commit 45e77a38d3
  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