mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
12 lines
191 B
YAML
12 lines
191 B
YAML
dist: trusty
|
|
language: node_js
|
|
node_js:
|
|
- "10"
|
|
cache:
|
|
npm: false
|
|
script:
|
|
- yarn test --coverage
|
|
- yarn e2e
|
|
after_success:
|
|
- cat ./coverage/lcov.info | ./node_modules/.bin/coveralls
|