diff --git a/.travis.yml b/.travis.yml
index 3547be0c7edb4605f6418c461df65f20975c085e..5a5bbebfa403e62b096266e94617d70a8a77c1f4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,11 +23,14 @@ matrix:
         - shellcheck ci/*.sh
       stage: tools-and-build-and-tier1
     - name: "Style"
-      install: rustup component add rustfmt-preview
+      install: true
       script:
         - rustc ci/style.rs && ./style src
         # Disabled due to rust-lang/rustfmt#3341
-        # - cargo fmt --all -- --check
+        #- |
+        #  if rustup component add rustfmt-preview ; then
+        #      cargo fmt --all -- --check
+        #  fi
       stage: tools-and-build-and-tier1
 
     # BUILD stable, beta, nightly