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 5069968 commit 9194a40Copy full SHA for 9194a40
.travis.yml
@@ -44,6 +44,11 @@ before_install:
44
script:
45
- cargo test --all
46
- cargo test --all --no-default-features
47
+ - if [ "$TARGET" = x86_64-unknown-linux-gnu ] && [ "$TRAVIS_RUST_VERSION" = stable ]; then
48
+ rustup component add rustfmt;
49
+ rustfmt -vV;
50
+ cargo fmt --all -- --check;
51
+ fi
52
53
before_deploy:
54
- sh ci/before_deploy.sh
0 commit comments