Skip to content

Commit

Permalink
Update to the new rustfmt cli
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed May 21, 2018
1 parent e50ecfe commit c67e48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ matrix:
before_script:
- rustup component add rustfmt-preview
script:
- cargo fmt --all -- --write-mode=diff
- cargo fmt --all -- --check
- env: CLIPPY=On TARGET=x86_64-unknown-linux-gnu NO_ADD=1
script: |
cargo install clippy
Expand Down

0 comments on commit c67e48b

Please sign in to comment.