diff --git a/.travis.yml b/.travis.yml index 06b5347a..869771b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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