From 0b488bf94b2600c524e1e297347c764833f3d21e Mon Sep 17 00:00:00 2001 From: Jason King <jason.brian.king@gmail.com> Date: Tue, 12 Feb 2019 00:32:58 +0000 Subject: [PATCH] Only disable rustfmt style checl --- .travis.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7557dc41..74469907 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" -- GitLab