avoid using `cd` in example travis-ci script (#803)

This commit is contained in:
xyh 2018-10-15 18:52:37 +08:00 committed by Michael Bryan
parent 0c926b3e88
commit 877bf37d18
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ before_script:
- cargo install-update -a
script:
- cd path/to/mybook && mdbook build && mdbook test
- mdbook build path/to/mybook && mdbook test path/to/mybook
```
## Deploying Your Book to GitHub Pages