Simplify Travis caching

pull/795/head
sharkdp 5 years ago committed by David Peter
parent f66a5bfa42
commit eabd100dad

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

Loading…
Cancel
Save