Modify TravisCI caching policy

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

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

Loading…
Cancel
Save