We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f1fc74 commit 829bf80Copy full SHA for 829bf80
.travis.yml
@@ -5,6 +5,7 @@ rust:
5
script:
6
- cd chalk-engine && RUSTC_BOOTSTRAP=1 cargo build --no-default-features && cd ..
7
- cd chalk-engine && RUSTC_BOOTSTRAP=1 cargo build --all-features && cd ..
8
+ - RUSTC_BOOTSTRAP=1 cargo fmt --all -- --check
9
- RUSTC_BOOTSTRAP=1 cargo test --all
10
- RUSTC_BOOTSTRAP=1 cargo doc --all --document-private-items
11
deploy:
0 commit comments