From a1a590fbba7ef4f880caa17ff944f6055b28f168 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Sun, 22 Nov 2020 16:32:36 -1000 Subject: [PATCH] travis: disable cache the cache keeps caching outdated versions which cause test failures --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index c159f6ac..be35d187 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,5 @@ language: node_js node_js: - lts/* +cache: + npm: false