should not cache node_modules across builds for cypress

This commit is contained in:
Kylart 2018-08-16 09:57:21 +02:00
parent 7e12676407
commit a5499098fb
1 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@ language: node_js
node_js:
- "10"
- "9"
install:
- npm ci
@ -15,7 +14,6 @@ after_success: npm run coverage
cache:
directories:
- "node_modules"
- "~/.npm"
- "~/.cache"