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: services:
- docker - docker
cache:
npm: false
install: install:
- "bin/installDeps.sh" - "bin/installDeps.sh"
- "export GIT_HASH=$(git rev-parse --verify --short HEAD)" - "export GIT_HASH=$(git rev-parse --verify --short HEAD)"
@ -48,3 +51,4 @@ notifications:
irc: irc:
channels: channels:
- "irc.freenode.org#etherpad-lite-dev" - "irc.freenode.org#etherpad-lite-dev"