Install rustfmt-nightly in debug mode in Travis (#231)

This commit is contained in:
Martin Larralde 2018-02-07 19:50:10 +01:00 committed by David Peter
parent b4d39270d6
commit b1bb60ebb9

View file

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