disable travis cache

This commit is contained in:
John McLear 2020-05-28 12:29:23 +00:00
parent 42c86f5f14
commit 13b4122cf5

View file

@ -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"