mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-01-23 23:50:25 +08:00
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:
parent
a0d0115765
commit
dbe2c1aa0b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user