Skip to content

Commit

Permalink
travis: fix cargo fmt check
Browse files Browse the repository at this point in the history
  • Loading branch information
a8m committed Sep 21, 2019
1 parent 7761c73 commit 4d25229
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ matrix:
script:
- cargo test --all --verbose
- rustup component add rustfmt-preview
- cargo fmt -- --check
# disable it until the formatting will be
# consistent between stable, beta and nightly.
# - cargo fmt -- --check

0 comments on commit 4d25229

Please sign in to comment.