about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hansch <dev@phansch.net>2018-12-08 12:41:04 +0100
committerPhilipp Hansch <dev@phansch.net>2018-12-08 12:41:04 +0100
commitd93ea1ec99261cf1f0b0d68f8760077d7d332f34 (patch)
tree65bdc9cc83e142207c3b8f55030e8c47a7c1d29b
parentfe3519e0ddc277032659c6a1b5e38ead326dd9e4 (diff)
downloadrust-d93ea1ec99261cf1f0b0d68f8760077d7d332f34.tar.gz
rust-d93ea1ec99261cf1f0b0d68f8760077d7d332f34.zip
s/rustfmt-preview/rustfmt/
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b3331c8a26d..e3819448877 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