disable caching

This commit is contained in:
dcode 2019-03-29 12:23:03 +01:00
parent 6911f9d4fc
commit a3aa9a3961

View File

@ -3,9 +3,6 @@ notifications:
email: false
before_install: npm config set progress=false && npm i -g npm@latest --no-audit
install: npm ci --no-audit
cache:
directories:
- node_modules
jobs:
include:
- node_js: lts/*