From 942673e15f86dfd8971a35f990da4a543c49b0a3 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 28 Jun 2018 18:35:15 -0700 Subject: [PATCH] Disable formatting on Travis --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3892b09fe..109e76fcc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,11 +8,6 @@ matrix: install: true script: cargo build --manifest-path crates/cli/Cargo.toml - # check formatting - - rust: nightly - before_install: rustup component add rustfmt-preview --toolchain nightly - script: cargo fmt -- --check - # Tests pass on nightly - rust: nightly before_install: