travis: run cargo fmt on subcrates as well

This commit is contained in:
Matthias Krüger 2019-06-23 00:28:33 +02:00
parent 5277137d85
commit cbc4589c4c

View File

@ -15,6 +15,13 @@ matrix:
- rustup component add rustfmt
script:
- cargo fmt --all -- --check
- cd crates/cargo-test-macro
- cargo fmt --all -- --check
- cd ../crates-io
- cargo fmt --all -- --check
- cd ../resolver-tests
- cargo fmt --all -- --check
- cd ../../
- env: TARGET=x86_64-unknown-linux-gnu
ALT=i686-unknown-linux-gnu