From f75e68b1a20ddfe200811e4ded724ae47af6ccb2 Mon Sep 17 00:00:00 2001 From: Igor Matuszewski Date: Fri, 30 Nov 2018 14:14:59 +0100 Subject: [PATCH] Don't cache Cargo registry --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 90e808a32d0..2e883329ff0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,9 @@ branches: cache: cargo: true timeout: 300 +# Quicker to fetch that during the build than to transmit as part of the cache +before_cache: +- rm -rf /home/travis/.cargo/registry os: - linux - osx