Update .travis.yml

Bumped mdbook version due to compilation failure on latest rust toolchain
This commit is contained in:
Carl Fredrik Samson
2022-11-07 16:05:36 +01:00
committed by GitHub
parent 2a5aa96677
commit ff8db7c549

View File

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