From d93ea1ec99261cf1f0b0d68f8760077d7d332f34 Mon Sep 17 00:00:00 2001 From: Philipp Hansch Date: Sat, 8 Dec 2018 12:41:04 +0100 Subject: [PATCH] s/rustfmt-preview/rustfmt/ --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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