Update for accessing missing binary

This commit is contained in:
Knut Sveidqvist
2019-09-11 20:20:15 +02:00
parent ec7324e12e
commit beed86ff37

View File

@@ -2,6 +2,11 @@ dist: trusty
language: node_js
node_js:
- "10"
cache:
# cache both npm modules and Cypress binary
directories:
- ~/.npm
- ~/.cache
script:
- yarn test --coverage
- yarn e2e