Skip to content

Commit b1a4e64

Browse files
committed
Use a sub-shell
1 parent 697a813 commit b1a4e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo: false
33
rust: nightly
44

55
install: cargo install mdbook
6-
script: cd reference && mdbook build && mdbook test
6+
script: bash -c "cd reference && mdbook build && mdbook test"
77
env:
88
RUSTINFRA_DEPLOY_DIR: reference/book
99
import:

0 commit comments

Comments
 (0)