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.
2 parents 9a9e2e0 + ab54184 commit bf749e6Copy full SHA for bf749e6
.travis.yml
@@ -23,11 +23,14 @@ matrix:
23
- shellcheck ci/*.sh
24
stage: tools-and-build-and-tier1
25
- name: "Style"
26
- install: rustup component add rustfmt-preview
+ install: true
27
script:
28
- rustc ci/style.rs && ./style src
29
# Disabled due to rust-lang/rustfmt#3341
30
- # - cargo fmt --all -- --check
+ #- |
31
+ # if rustup component add rustfmt-preview ; then
32
+ # cargo fmt --all -- --check
33
+ # fi
34
35
36
# BUILD stable, beta, nightly
0 commit comments