Skip to content

Commit

Permalink
avoid using cd in example travis-ci script (#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyuheng authored and Michael-F-Bryan committed Oct 15, 2018
1 parent 0c926b3 commit 877bf37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book-example/src/continuous-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 877bf37

Please sign in to comment.