From 2cbb2b56a57430fac938ff819289c07b8c48e723 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Tue, 6 Aug 2019 08:56:26 -0400 Subject: [PATCH] .travis.yml: disable caching The Travis docs say that caching is probably not a net win if you're caching more than a few hundred megabytes of deps, and we are. Also, I recall seeing other Rust projects disable Travis caching for performance reasons. I recently had to clear the caches because they were getting so big that Travis was timing out. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 45622fcb50..acaa083849 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ language: rust -cache: cargo +cache: false matrix: include: