From: Alex Crichton Date: Mon, 2 Apr 2018 15:48:53 +0000 (-0700) Subject: Remove rustfmt from Travis X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~2^2~1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6173e7bec0340ea0247409b5e2ca1e494552f8c0;p=cargo.git Remove rustfmt from Travis 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! --- diff --git a/.travis.yml b/.travis.yml index b5ff169d9..a9b85bc90 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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