From afb24d28ca53801054994ac1421db99af35567a3 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Tue, 27 Aug 2019 14:19:54 -0700 Subject: [PATCH] Disable cargo caching. Travis is timing itself out as it updates the cache at the end of a build --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index af7103df60..eee75e504c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ os: - osx language: rust -cache: cargo rust: - 1.37.0