mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-03 20:34:20 +01:00
Update for accessing missing binary
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user