Skip to content

Commit 3926a37

Browse files
authored
Merge pull request #187 from rust-lang-nursery/fix-travis-deploy
Travis: Don't stay in chalk-engine directory
2 parents 9dfb434 + 9286806 commit 3926a37

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)