mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-07 14:24:13 +01:00
Update for accessing missing binary
This commit is contained in:
@@ -2,6 +2,11 @@ dist: trusty
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "10"
|
- "10"
|
||||||
|
cache:
|
||||||
|
# cache both npm modules and Cypress binary
|
||||||
|
directories:
|
||||||
|
- ~/.npm
|
||||||
|
- ~/.cache
|
||||||
script:
|
script:
|
||||||
- yarn test --coverage
|
- yarn test --coverage
|
||||||
- yarn e2e
|
- yarn e2e
|
||||||
|
|||||||
Reference in New Issue
Block a user