diff --git a/.travis.yml b/.travis.yml index 35dd60119..1eceab89b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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