Skip to content

Commit

Permalink
feat: add travis CI test code style (#19)
Browse files Browse the repository at this point in the history
* feat: add travis ci config

* docs: add build status badge

* docs: add codacy badge
  • Loading branch information
xuexb authored and yugasun committed Oct 18, 2017
1 parent b447cbe commit 5dacd1b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: node_js
node_js:
- node
cache:
directories:
- node_modules
script:
- npm run lint
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Github robot

[![Build Status](https://travis-ci.org/xuexb/github-bot.svg?branch=master)](https://travis-ci.org/xuexb/github-bot) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/71f91395952642669682846799d444c5)](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
Expand Down

0 comments on commit 5dacd1b

Please sign in to comment.