Skip to content

Commit

Permalink
Enable the CI cache
Browse files Browse the repository at this point in the history
  • Loading branch information
RadicalZephyr committed Dec 31, 2018
1 parent f5c66e0 commit 4a8bc17
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ language: rust
rust:
- nightly

cache: cargo

before_script:
- (cargo install mdbook --version =0.1.7)
- (cargo install mdbook --version =0.1.7 || true)

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

0 comments on commit 4a8bc17

Please sign in to comment.