add[chore]:add travis
This commit is contained in:
parent
8ab770e9de
commit
5639a2a2cb
|
@ -0,0 +1,3 @@
|
|||
language: node_js
|
||||
node_js: stable
|
||||
script: npm run test
|
|
@ -8,7 +8,8 @@
|
|||
"dev": "node build/dev-server.js",
|
||||
"start": "node build/dev-server.js",
|
||||
"build": "node build/build.js",
|
||||
"lint": "eslint --ext .js,.vue src"
|
||||
"lint": "eslint --ext .js,.vue src",
|
||||
"test": "npm run lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "0.17.1",
|
||||
|
|
Loading…
Reference in New Issue