From 82ee1da8e798ec801372f43b114579d4f3d48fc2 Mon Sep 17 00:00:00 2001 From: John McLear Date: Fri, 29 May 2020 21:42:44 +0100 Subject: [PATCH] tests: Disable all Travis Caching (#4063) --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8c343d338..87e143591 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,7 @@ node_js: services: - docker -cache: - npm: false +cache: false install: - "bin/installDeps.sh"