mirror of
https://github.com/lizheming/drone-wechat.git
synced 2026-06-04 10:23:46 +08:00
add travis
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- '8'
|
||||
sudo: false
|
||||
script:
|
||||
- "npm test"
|
||||
after_success:
|
||||
- 'npm install coveralls && ./node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
|
||||
Reference in New Issue
Block a user