We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9638d0d commit 4ec33adCopy full SHA for 4ec33ad
.travis.yml
@@ -22,12 +22,13 @@ matrix:
22
- shellcheck --version
23
- shellcheck ci/*.sh
24
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
+ # 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
31
+ # stage: tools-and-build-and-tier1
32
33
# BUILD stable, beta, nightly
34
- name: "Build Stable Rust"
0 commit comments