From efa57289cb75d0aa06370d2a208f6d809ac4d90b Mon Sep 17 00:00:00 2001 From: Jay Oster Date: Wed, 6 Nov 2019 22:07:07 -0800 Subject: [PATCH] Hypothesis: Removing the Travis cache should make CI builds much faster (#41) --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2e839b1..5090c5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,6 @@ rust: # Stable release channel - stable -cache: cargo - matrix: fast_finish: true