Remove rustfmt from Travis
authorAlex Crichton <alex@alexcrichton.com>
Mon, 2 Apr 2018 15:48:53 +0000 (08:48 -0700)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Wed, 4 Apr 2018 06:34:56 +0000 (09:34 +0300)
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!

.travis.yml

index b5ff169d9f71731f6e7b91c0afd4f0e399206ac3..a9b85bc9077ae1b9a1175eac667ea54de129b3f3 100644 (file)
@@ -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