From 1f3f42a905bd8cc79ee9b99ff01bdb4e22ba9be2 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Tue, 12 May 2020 16:49:28 -0700 Subject: [PATCH] devops: remove custom caching on travis (#2215) Travis custom-caching seems to be unfortunate for us as it disables `~/.npm` caching. Removing it. Fixes #2191 --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 78a75e9dd4..331b9ed7d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,10 +5,6 @@ notifications: install: - npm ci -cache: - directories: - - node_modules - jobs: include: - os: linux