s/rustfmt-preview/rustfmt/

This commit is contained in:
Philipp Hansch 2018-12-08 12:41:04 +01:00
parent fe3519e0dd
commit d93ea1ec99
No known key found for this signature in database
GPG Key ID: B6FA06A6E0E2665B

View File

@ -30,7 +30,7 @@ before_install:
install:
- |
if [ -z ${INTEGRATION} ]; then
rustup component add rustfmt-preview || cargo install --git https://github.com/rust-lang/rustfmt/ --force
rustup component add rustfmt || cargo install --git https://github.com/rust-lang/rustfmt/ --force
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
. $HOME/.nvm/nvm.sh
nvm install stable