Skip to content

Commit

Permalink
Remove rustfmt from Travis
Browse files Browse the repository at this point in the history
As discussed at the recent work week this is probably a bit too zealous at this
time, so let's hold off on it until it's either more stable or we figure out a
better way to deal with changes in rustfmt.

For now though it'll hopefully be easy to continue running rustfmt every so
often!
  • Loading branch information
alexcrichton authored and matklad committed Apr 4, 2018
1 parent d63299b commit 6173e7b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ matrix:
- cargo doc --no-deps
- (cd src/doc && mdbook build --dest-dir ../../target/doc)

- before_script: rustup component add rustfmt-preview
script: cargo fmt -- --write-mode diff

exclude:
- rust: stable

Expand Down

0 comments on commit 6173e7b

Please sign in to comment.