diff --git a/.travis.yml b/.travis.yml index b3331c8a26d8..e3819448877f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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