mirror of
https://github.com/tenrok/vue-form-wizard.git
synced 2026-05-17 03:49:37 +03:00
Update travis ci to run coverage task
This commit is contained in:
@@ -5,3 +5,5 @@ language: node_js
|
||||
node_js:
|
||||
- "7"
|
||||
- "6"
|
||||
after_success:
|
||||
- npm run coverall
|
||||
|
||||
+2
-1
@@ -18,7 +18,8 @@
|
||||
"unit:watch": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --watch",
|
||||
"e2e": "node test/e2e/runner.js",
|
||||
"test": "npm run unit",
|
||||
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs"
|
||||
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs",
|
||||
"coverall": "cat ./test/unit/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
|
||||
},
|
||||
"keywords": [
|
||||
"vue",
|
||||
|
||||
Reference in New Issue
Block a user