Skip to content

Commit cbc4589

Browse files
committed
travis: run cargo fmt on subcrates as well
1 parent 5277137 commit cbc4589

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ matrix:
1515
- rustup component add rustfmt
1616
script:
1717
- cargo fmt --all -- --check
18+
- cd crates/cargo-test-macro
19+
- cargo fmt --all -- --check
20+
- cd ../crates-io
21+
- cargo fmt --all -- --check
22+
- cd ../resolver-tests
23+
- cargo fmt --all -- --check
24+
- cd ../../
1825

1926
- env: TARGET=x86_64-unknown-linux-gnu
2027
ALT=i686-unknown-linux-gnu

0 commit comments

Comments
 (0)