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 4ec33ad commit 0b488bfCopy full SHA for 0b488bf
.travis.yml
@@ -22,13 +22,13 @@ matrix:
22
- shellcheck --version
23
- shellcheck ci/*.sh
24
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
+ - 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
32
33
# BUILD stable, beta, nightly
34
- name: "Build Stable Rust"
0 commit comments