Skip to content

Commit 6112697

Browse files
authored
Merge pull request #495 from RadicalZephyr/enable-ci-cache
Use mdbook release binary
2 parents aa6f004 + 78adc37 commit 6112697

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ language: rust
33
rust:
44
- nightly
55

6-
before_script:
7-
- (cargo install mdbook --version =0.1.7)
6+
install:
7+
- 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
88

9-
script:
9+
script:
1010
- export PATH=$PATH:/home/travis/.cargo/bin && mdbook test
1111
- cd stable-check && cargo run -- ../src

0 commit comments

Comments
 (0)