Temporarily disable the cargo fmt check

This commit is contained in:
sharkdp 2017-12-13 18:29:42 -08:00 committed by David Peter
parent 9192bc153f
commit 8702133ee8
1 changed files with 8 additions and 8 deletions

View File

@ -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