Skip to content

Commit 9286806

Browse files
committed
Travis: Don't stay in chalk-engine directory
1 parent 9dfb434 commit 9286806

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ rust:
33
- beta
44
- nightly
55
script:
6-
- cd chalk-engine; RUSTC_BOOTSTRAP=1 cargo build --no-default-features
7-
- cd chalk-engine; RUSTC_BOOTSTRAP=1 cargo build --all-features
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 ..
88
- RUSTC_BOOTSTRAP=1 cargo test --all
99
- RUSTC_BOOTSTRAP=1 cargo doc --document-private-items
1010
deploy:

0 commit comments

Comments
 (0)