diff --git a/.travis.yml b/.travis.yml index 3b8b262..f53fc90 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ rust: before_script: - (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 script: @@ -22,4 +22,4 @@ deploy: local-dir: ./book keep-history: false on: - branch: master \ No newline at end of file + branch: master