1
0
mirror of https://github.com/sharkdp/bat.git synced 2024-10-05 18:31:06 +01:00

Simplify Travis caching

This commit is contained in:
sharkdp 2020-01-04 11:39:04 +01:00 committed by David Peter
parent f66a5bfa42
commit eabd100dad

View File

@ -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