Skip to content
Snippets Groups Projects
Commit 3aacd3cc authored by Pan's avatar Pan
Browse files

add[chore]:add travis

parent e7f626f0
No related branches found
No related tags found
No related merge requests found
language: node_js
node_js: stable
script: npm run test
......@@ -10,7 +10,8 @@
"build:prod": "cross-env NODE_ENV=production env_config=prod node build/build.js",
"build:sit": "cross-env NODE_ENV=production env_config=sit node build/build.js",
"build:sit-preview": "cross-env NODE_ENV=production env_config=sit npm_config_preview=true npm_config_report=true 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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment