Skip to content

Commit 4ec33ad

Browse files
committed
Disable rustfmt bot due to rust-lang/rustfmt#3341
1 parent 9638d0d commit 4ec33ad

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.travis.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@ matrix:
2222
- shellcheck --version
2323
- shellcheck ci/*.sh
2424
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-
- cargo fmt --all -- --check
30-
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
3132

3233
# BUILD stable, beta, nightly
3334
- name: "Build Stable Rust"

0 commit comments

Comments
 (0)