Modify TravisCI caching policy

pull/368/head
sharkdp 6 years ago
parent 857cc215b4
commit 7082fd09f0

@ -1,5 +1,5 @@
language: rust
cache: cargo
matrix:
include:
# Stable channel.
@ -103,3 +103,10 @@ deploy:
notifications:
email:
on_success: never
# Caching
cache:
directories:
- /home/travis/.cargo
before_cache:
- rm -rf /home/travis/.cargo/registry

Loading…
Cancel
Save