We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d19e63 commit b938576Copy full SHA for b938576
.travis.yml
@@ -32,7 +32,12 @@ branches:
32
- trying.tmp
33
- staging.tmp
34
35
+before_script:
36
+ - if [ "$TRAVIS_RUST_VERSION" == "stable" ]; then rustup component add rustfmt; fi
37
+
38
script:
39
+ - if [ "$TRAVIS_RUST_VERSION" == "stable" ]; then cargo fmt -- --check; fi
40
41
- cargo build --verbose --features "$FEATURES"
42
- cargo test --verbose --features "$FEATURES"
43
- if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then cargo bench --verbose --features "$FEATURES"; fi
0 commit comments