Skip to content

Commit

Permalink
Merge 7c1313f into 68b681a
Browse files Browse the repository at this point in the history
  • Loading branch information
huntshark committed Jul 13, 2018
2 parents 68b681a + 7c1313f commit 67f7ad3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ node_js:
script:
- npm run jxmCoverage

after_script:
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js

notifications:
email:
- 575099237@qq.com
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"jxmBuild": "webpack --config webpack.config.js",
"jxmUglify": "webpack --config webpack.config.uglify.js",
"jxmTest": "mocha ./test/*.test.js",
"jxmCoverage": "istanbul cover _mocha -- -R spec --timeout 5000 --recursive",
"jxmCoverage:check": "istanbul check-coverage",
"jxmCoverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec",
"jxmEslint": "eslint --config .eslintrc.yaml src --ignore-path .eslintignore"
},
"repository": {
Expand Down Expand Up @@ -38,6 +37,7 @@
"babel-eslint": "^8.2.1",
"chai": "^4.1.2",
"chai-things": "^0.2.0",
"coveralls": "^3.0.2",
"eslint": "^4.16.0",
"eslint-config-airbnb-es5": "^1.2.0",
"eslint-plugin-html": "^4.0.2",
Expand Down

0 comments on commit 67f7ad3

Please sign in to comment.