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 9dfb434 commit 9286806Copy full SHA for 9286806
.travis.yml
@@ -3,8 +3,8 @@ rust:
3
- beta
4
- nightly
5
script:
6
- - cd chalk-engine; RUSTC_BOOTSTRAP=1 cargo build --no-default-features
7
- - cd chalk-engine; RUSTC_BOOTSTRAP=1 cargo build --all-features
+ - cd chalk-engine && RUSTC_BOOTSTRAP=1 cargo build --no-default-features && cd ..
+ - cd chalk-engine && RUSTC_BOOTSTRAP=1 cargo build --all-features && cd ..
8
- RUSTC_BOOTSTRAP=1 cargo test --all
9
- RUSTC_BOOTSTRAP=1 cargo doc --document-private-items
10
deploy:
0 commit comments