We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b97b249 commit dfb615fCopy full SHA for dfb615f
.travis.yml
@@ -13,6 +13,9 @@ env:
13
- RELEASE=
14
- RELEASE=--release
15
16
+before_script:
17
+- rustup component add rustfmt
18
+
19
script:
20
- cargo test --all --verbose $RELEASE
21
# We cannot run `cargo test` with the mp4parse_infallible feature enabled
@@ -23,3 +26,4 @@ script:
23
26
# See https://github.com/mozilla/mp4parse-rust/issues/197
24
27
- cargo check --all --verbose $RELEASE --tests --all-features
25
28
- cargo doc --package mp4parse_capi
29
+ - cargo fmt -- --check || echo "Please reformat your code with 'cargo fmt' (version $(cargo fmt -- --version))"
0 commit comments