Skip to content

Commit 4a8bc17

Browse files
committed
Enable the CI cache
1 parent f5c66e0 commit 4a8bc17

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

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

6+
cache: cargo
7+
68
before_script:
7-
- (cargo install mdbook --version =0.1.7)
9+
- (cargo install mdbook --version =0.1.7 || true)
810

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

0 commit comments

Comments
 (0)