Install mdbook from git to get the exit status fix

This commit is contained in:
Carol (Nichols || Goulding) 2016-08-10 19:33:21 -04:00
parent 514017dbac
commit 37575e7b21

View File

@ -5,7 +5,7 @@ rust:
- beta
- stable
before_script:
- cargo install mdbook
- cargo install mdbook --git https://github.com/azerupi/mdBook.git
script:
- PATH=$PATH:/home/travis/.cargo/bin mdbook test
- PATH=$PATH:/home/travis/.cargo/bin mdbook build