Skip to content

Commit 0cb4748

Browse files
committed
Cache mdbook
1 parent 38f88a6 commit 0cb4748

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
language: rust
22
sudo: false
33
rust: nightly
4-
cache: cargo
4+
cache:
5+
directories:
6+
- $HOME/.cargo/.crates.toml
7+
- $HOME/.cargo/bin/mdbook
58
install: cargo install mdbook
69
script: bash -c "cd reference && mdbook build && mdbook test"
710
env:

0 commit comments

Comments
 (0)