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 22f1b31 commit 7b3b882Copy full SHA for 7b3b882
.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