From e5ec4c1c4418789a4a3dfa56c5fd775ccbac5250 Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Tue, 19 Nov 2019 10:15:13 +0200 Subject: [PATCH] Remove the cargo caching in Travis It causes job timeouts --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index b76be3a4..3eacc700 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,11 +64,6 @@ deploy: provider: releases skip_cleanup: true -cache: cargo -before_cache: - # Travis can't cache files that are not readable by "others" - - chmod -R a+r $HOME/.cargo - notifications: email: on_success: never