We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6360e4c commit 0f7d566Copy full SHA for 0f7d566
.travis.yml
@@ -3,8 +3,11 @@ rust:
3
- beta
4
- nightly
5
script:
6
+ # RUSTC_BOOTSTRAP enables e.g. #![feature] on beta
7
+ - rustup component add rustfmt
8
- cd chalk-engine && RUSTC_BOOTSTRAP=1 cargo build --no-default-features && cd ..
9
- cd chalk-engine && RUSTC_BOOTSTRAP=1 cargo build --all-features && cd ..
10
+ - cargo fmt --all -- --check
11
- RUSTC_BOOTSTRAP=1 cargo test --all
12
- RUSTC_BOOTSTRAP=1 cargo doc --all --document-private-items
13
deploy:
0 commit comments