From bb7bac72cdb5df9f8d9c60ffb7000806340a4a60 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 14 Aug 2020 11:48:50 -0700 Subject: [PATCH] Don't cache ~/.npm and ~/.cargo The save/restore overhead from cache is not a significant time savings --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 11d7409b..cb714a7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,7 @@ notifications: email: false cache: - cargo: true directories: - - "~/.npm" - "~/.cache" services: