Skip to content

Commit cba9af5

Browse files
committed
On CI only use mdbook 0.1.7.
1 parent 8c2dd6e commit cba9af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ matrix:
4848
ALT=i686-unknown-linux-gnu
4949
rust: nightly
5050
install:
51-
- mdbook --help || cargo install mdbook --force
51+
- travis_retry curl -Lf https://github.com/rust-lang-nursery/mdBook/releases/download/v0.1.7/mdbook-v0.1.7-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=$HOME/.cargo/bin
5252
script:
5353
- cargo test --features=deny-warnings
5454
- cargo doc --no-deps

0 commit comments

Comments
 (0)