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 4a35df8 commit d606f34Copy full SHA for d606f34
.travis.yml
@@ -16,7 +16,7 @@ matrix:
16
- rust: nightly
17
include:
18
- rust: stable
19
- env: CLIPPY=1
+ env: CHECK_CLIPPY=1
20
before_script:
21
- rustup component add clippy-preview
22
script:
@@ -25,19 +25,12 @@ matrix:
25
26
- cargo build --all-features
27
28
- env: RUSTFMT=1
+ env: CHECK_RUSTFMT=1
29
30
- rustup component add rustfmt
31
32
- rustup component list --installed
33
- - echo $PATH
34
- - echo $HOME
35
- - ls -l ~/.cargo/bin
36
- - which rustc
37
- - which cargo
38
- - rustfmt --version
39
- - rustfmt --edition 2018 --check /home/travis/build/Metaswitch/swagger-rs/src/lib.rs --verbose
40
- - cargo fmt --verbose -- --check --verbose
+ - cargo fmt -- --check
41
branches:
42
only:
43
- staging
0 commit comments