We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7f626f commit 3aacd3cCopy full SHA for 3aacd3c
.travis.yml
@@ -0,0 +1,3 @@
1
+language: node_js
2
+node_js: stable
3
+script: npm run test
package.json
@@ -10,7 +10,8 @@
10
"build:prod": "cross-env NODE_ENV=production env_config=prod node build/build.js",
11
"build:sit": "cross-env NODE_ENV=production env_config=sit node build/build.js",
12
"build:sit-preview": "cross-env NODE_ENV=production env_config=sit npm_config_preview=true npm_config_report=true node build/build.js",
13
- "lint": "eslint --ext .js,.vue src"
+ "lint": "eslint --ext .js,.vue src",
14
+ "test": "npm run lint"
15
},
16
"dependencies": {
17
"axios": "0.17.1",
0 commit comments