From 13b4122cf5b2ae1c41a5e8c42976a258812b08bf Mon Sep 17 00:00:00 2001 From: John McLear Date: Thu, 28 May 2020 12:29:23 +0000 Subject: [PATCH] disable travis cache --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index f57710e4f..e7113f67e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,9 @@ node_js: services: - docker +cache: + npm: false + install: - "bin/installDeps.sh" - "export GIT_HASH=$(git rev-parse --verify --short HEAD)" @@ -48,3 +51,4 @@ notifications: irc: channels: - "irc.freenode.org#etherpad-lite-dev" +