mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-18 01:40:34 +01:00
Temporarily disable the cargo fmt check
This commit is contained in:
parent
9192bc153f
commit
8702133ee8
1 changed files with 8 additions and 8 deletions
16
.travis.yml
16
.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
|
||||
|
|
Loading…
Reference in a new issue