mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-19 02:10:34 +01:00
Install rustfmt-nightly
in debug mode in Travis (#231)
This commit is contained in:
parent
b4d39270d6
commit
b1bb60ebb9
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ matrix:
|
|||
rust: nightly
|
||||
# skip the global install step
|
||||
install:
|
||||
- cargo install --force rustfmt-nightly
|
||||
- cargo install --debug --force rustfmt-nightly
|
||||
script: cargo fmt -- --write-mode=diff
|
||||
|
||||
addons:
|
||||
|
|
Loading…
Reference in a new issue