Merge pull request #26 from badboy/fix-travis

Export PATH to have mdbook in the path
This commit is contained in:
Brian Anderson 2017-04-02 11:56:43 -07:00 committed by GitHub
commit b7cdd6a494

View file

@ -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