Finding the missing cypress binary

This commit is contained in:
Knut Sveidqvist 2019-09-11 20:23:41 +02:00
parent beed86ff37
commit 78cae3dce7

View File

@ -3,10 +3,7 @@ language: node_js
node_js: node_js:
- "10" - "10"
cache: cache:
# cache both npm modules and Cypress binary npm: false
directories:
- ~/.npm
- ~/.cache
script: script:
- yarn test --coverage - yarn test --coverage
- yarn e2e - yarn e2e