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.
2 parents 9dfb434 + 9286806 commit 3926a37Copy full SHA for 3926a37
.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