Finding the missing cypress binary

This commit is contained in:
Knut Sveidqvist 2019-09-11 20:23:41 +02:00
parent beed86ff37
commit 78cae3dce7
1 changed files with 1 additions and 4 deletions

View File

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