mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +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
|