Skip to content

Commit

Permalink
更新自动测试脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
leizongmin committed Oct 25, 2016
1 parent e8d2cb8 commit 3e2f780
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ node_js:
- 4.0
- 5.0
- 6.0
script: npm run coverage
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "npm run lint && mocha -t 5000",
"coverage": "istanbul cover _mocha --report lcovonly -- -t 30000 -R spec && cat ./coverage/lcov.info | coveralls",
"lint": "eslint lib test --fix",
"prepublish": "npm run test"
"prepublish": "npm run lint && npm run coverage"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3e2f780

Please sign in to comment.