mirror of
https://github.com/xuexb/github-bot.git
synced 2026-01-18 13:56:38 +00:00
feat: add travis CI test code style (#19)
* feat: add travis ci config * docs: add build status badge * docs: add codacy badge
This commit is contained in:
parent
b447cbe173
commit
5dacd1bab4
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@ -0,0 +1,8 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- node
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
script:
|
||||
- npm run lint
|
||||
@ -2,6 +2,8 @@
|
||||
|
||||
Github robot
|
||||
|
||||
[](https://travis-ci.org/xuexb/github-bot) [](https://www.codacy.com/app/xuexb/github-bot?utm_source=github.com&utm_medium=referral&utm_content=xuexb/github-bot&utm_campaign=Badge_Grade)
|
||||
|
||||
## 功能 - Feature
|
||||
|
||||
### Issue
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user