Skip to content

Commit

Permalink
Switch to using precompiled binaries of mdbook
Browse files Browse the repository at this point in the history
  • Loading branch information
RadicalZephyr committed Dec 31, 2018
1 parent f5c66e0 commit 78adc37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ language: rust
rust:
- nightly

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

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

0 comments on commit 78adc37

Please sign in to comment.