2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-06-20 13:20:32 +03:00

Update travis ci to run coverage task

This commit is contained in:
cristijora
2017-11-27 20:50:55 +02:00
parent 5692936722
commit c6d1d79e84
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -5,3 +5,5 @@ language: node_js
node_js: node_js:
- "7" - "7"
- "6" - "6"
after_success:
- npm run coverall
+2 -1
View File
@@ -18,7 +18,8 @@
"unit:watch": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --watch", "unit:watch": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --watch",
"e2e": "node test/e2e/runner.js", "e2e": "node test/e2e/runner.js",
"test": "npm run unit", "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": [ "keywords": [
"vue", "vue",