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 rust: 1.20.0
env: TARGET=x86_64-apple-darwin env: TARGET=x86_64-apple-darwin
# Code formatting check # # Code formatting check
- os: linux # - os: linux
rust: stable # rust: stable
# skip the global install step # # skip the global install step
install: # install:
- which cargo-install-update || cargo install cargo-update # - which cargo-install-update || cargo install cargo-update
- cargo install-update -i rustfmt # - cargo install-update -i rustfmt
script: cargo fmt -- --write-mode=diff # script: cargo fmt -- --write-mode=diff
- os: linux - os: linux
rust: nightly rust: nightly
# skip the global install step # skip the global install step