mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-11 01:59:41 +02:00
Delete .travis.yml
This commit is contained in:
12
.travis.yml
12
.travis.yml
@@ -1,12 +0,0 @@
|
|||||||
dist: trusty
|
|
||||||
language: node_js
|
|
||||||
node_js:
|
|
||||||
- "10"
|
|
||||||
cache:
|
|
||||||
npm: false
|
|
||||||
script:
|
|
||||||
- yarn build
|
|
||||||
- yarn test --coverage
|
|
||||||
- yarn e2e
|
|
||||||
after_success:
|
|
||||||
- cat ./coverage/lcov.info | ./node_modules/.bin/coveralls
|
|
Reference in New Issue
Block a user