We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af9ac8c + 9c77f80 commit 6e6591fCopy full SHA for 6e6591f
.travis.yml
@@ -13,9 +13,7 @@ rust:
13
- stable
14
15
before_script:
16
- - (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update)
17
- - (test -x $HOME/.cargo/bin/mdbook || cargo install --vers "^0.3" mdbook)
18
- - cargo install-update -a
+ - cargo install --vers "^0.4.5" mdbook
19
20
script:
21
- mdbook build && mdbook test
0 commit comments