Skip to content

Commit 829bf80

Browse files
committed
Enforce cargo fmt in Travis
Closes #198.
1 parent 5f1fc74 commit 829bf80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ rust:
55
script:
66
- cd chalk-engine && RUSTC_BOOTSTRAP=1 cargo build --no-default-features && cd ..
77
- cd chalk-engine && RUSTC_BOOTSTRAP=1 cargo build --all-features && cd ..
8+
- RUSTC_BOOTSTRAP=1 cargo fmt --all -- --check
89
- RUSTC_BOOTSTRAP=1 cargo test --all
910
- RUSTC_BOOTSTRAP=1 cargo doc --all --document-private-items
1011
deploy:

0 commit comments

Comments
 (0)