Install mdbook from github for the code block fix

Until a new version of mdbook is released, use github that has my fix
that makes all code blocks have hljs so that they have the gray
background.
This commit is contained in:
Carol (Nichols || Goulding) 2016-11-14 12:03:27 -05:00
parent a0d0115765
commit dbe2c1aa0b

View File

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