Commit 91aca7a7 authored by afc163's avatar afc163

Add travis test and badge

close #1
parent bbc2a41c
{
"parser": "babel-eslint",
"extends": "airbnb",
"env": {
"browser": true,
"node": true,
"es6": true
},
"rules": {
"generator-star-spacing": [0],
"consistent-return": [0],
......
# test2
[![](https://img.shields.io/travis/ant-design/test2.svg?style=flat-square)](https://travis-ci.org/ant-design/test2)
......@@ -4,7 +4,8 @@
"scripts": {
"start": "roadhog server",
"build": "roadhog build",
"lint": "eslint --ext .js src test",
"lint": "eslint --ext .js src test mock",
"test": "lint",
"precommit": "npm run lint"
},
"dependencies": {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment