mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2025-02-16 12:18:27 +00:00
Merge pull request #26 from badboy/fix-travis
Export PATH to have mdbook in the path
This commit is contained in:
commit
b7cdd6a494
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ before_install:
|
|||
- sudo apt-get install python-pip
|
||||
- sudo pip install ghp-import
|
||||
- cargo install mdbook
|
||||
- source $HOME/.cargo/bin
|
||||
- export PATH=$HOME/.cargo/bin:$PATH
|
||||
|
||||
after_success: ./build-site.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue