Skip to content

Commit

Permalink
Fix travis rustfmt arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
harababurel committed Aug 10, 2018
1 parent 417e576 commit 8645bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -32,7 +32,7 @@ before_script:
- rustup component add rustfmt-preview

script:
- cargo fmt --all -- --write-mode=diff
- cargo fmt --all -- --check
- cargo build
- cargo test

Expand Down

0 comments on commit 8645bad

Please sign in to comment.