Skip to content

Commit d59deae

Browse files
committed
Fix cache cargo
1 parent 0cb4748 commit d59deae

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

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

0 commit comments

Comments
 (0)