From 194a1614650a50741b2f897b35273550b26f6a9b Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 2 Apr 2018 08:48:53 -0700 Subject: [PATCH] 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! --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b5ff169d9f7..a9b85bc9077 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