Skip to content

Commit

Permalink
Temporarily disable allsorts cargo fmt check in Travis
Browse files Browse the repository at this point in the history
Until there is an outcome on
rust-lang/rustfmt#4031
  • Loading branch information
pearljt authored and wezm committed Jan 29, 2020
1 parent cd68015 commit fad4c6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
allow_failures:
- rust: nightly

before_script:
- rustup component add rustfmt
# before_script:
# - rustup component add rustfmt

script:
- cargo fmt -- --check
# - cargo fmt -- --check
- cargo test

0 comments on commit fad4c6e

Please sign in to comment.