Skip to content

Commit

Permalink
Merge pull request #495 from RadicalZephyr/enable-ci-cache
Browse files Browse the repository at this point in the history
Use mdbook release binary
  • Loading branch information
ehuss committed Jan 2, 2019
2 parents aa6f004 + 78adc37 commit 6112697
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 6112697

Please sign in to comment.