Update .travis.yml
Bumped mdbook version due to compilation failure on latest rust toolchain
This commit is contained in:
committed by
GitHub
parent
2a5aa96677
commit
ff8db7c549
@@ -9,7 +9,7 @@ rust:
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update)
|
- (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update)
|
||||||
- (test -x $HOME/.cargo/bin/mdbook || cargo install --vers "^0.3" mdbook)
|
- (test -x $HOME/.cargo/bin/mdbook || cargo install --vers "^0.4" mdbook)
|
||||||
- cargo install-update -a
|
- cargo install-update -a
|
||||||
|
|
||||||
script:
|
script:
|
||||||
@@ -22,4 +22,4 @@ deploy:
|
|||||||
local-dir: ./book
|
local-dir: ./book
|
||||||
keep-history: false
|
keep-history: false
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
|
|||||||
Reference in New Issue
Block a user