diff --git a/.travis.yml b/.travis.yml
index 7557dc41787185377f9369b6e646ea5cfdd02422..74469907ffb76b88326e84266475da248697b9f3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,13 +22,13 @@ matrix:
         - shellcheck --version
         - shellcheck ci/*.sh
       stage: tools-and-build-and-tier1
-    # Disabled due to rust-lang/rustfmt#3341
-    #- name: "Style"
-    #  install: rustup component add rustfmt-preview
-    #  script:
-    #    - rustc ci/style.rs && ./style src
-    #    - cargo fmt --all -- --check
-    #  stage: tools-and-build-and-tier1
+    - name: "Style"
+      install: rustup component add rustfmt-preview
+      script:
+        - rustc ci/style.rs && ./style src
+        # Disabled due to rust-lang/rustfmt#3341
+        # - cargo fmt --all -- --check
+      stage: tools-and-build-and-tier1
 
     # BUILD stable, beta, nightly
     - name: "Build Stable Rust"