From 8702133ee89c990c0066b2db223f259c12de7d23 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Wed, 13 Dec 2017 18:29:42 -0800 Subject: [PATCH] Temporarily disable the cargo fmt check --- .travis.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 965b65f..5dc7c43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,14 +74,14 @@ matrix: rust: 1.20.0 env: TARGET=x86_64-apple-darwin - # Code formatting check - - os: linux - rust: stable - # skip the global install step - install: - - which cargo-install-update || cargo install cargo-update - - cargo install-update -i rustfmt - script: cargo fmt -- --write-mode=diff + # # Code formatting check + # - os: linux + # rust: stable + # # skip the global install step + # install: + # - which cargo-install-update || cargo install cargo-update + # - cargo install-update -i rustfmt + # script: cargo fmt -- --write-mode=diff - os: linux rust: nightly # skip the global install step