Skip to content

Commit 7b3b882

Browse files
jasonbkingstrangelittlemonkey
authored andcommitted
Only disable rustfmt style checl
1 parent 22f1b31 commit 7b3b882

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ matrix:
2222
- shellcheck --version
2323
- shellcheck ci/*.sh
2424
stage: tools-and-build-and-tier1
25-
# Disabled due to rust-lang/rustfmt#3341
26-
#- name: "Style"
27-
# install: rustup component add rustfmt-preview
28-
# script:
29-
# - rustc ci/style.rs && ./style src
30-
# - cargo fmt --all -- --check
31-
# stage: tools-and-build-and-tier1
25+
- name: "Style"
26+
install: rustup component add rustfmt-preview
27+
script:
28+
- rustc ci/style.rs && ./style src
29+
# Disabled due to rust-lang/rustfmt#3341
30+
# - cargo fmt --all -- --check
31+
stage: tools-and-build-and-tier1
3232

3333
# BUILD stable, beta, nightly
3434
- name: "Build Stable Rust"

0 commit comments

Comments
 (0)