Skip to content

Commit 2f69283

Browse files
committed
ci: try fix coveralls
1 parent c1ca43c commit 2f69283

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ node_js:
44
- "stable"
55
- "lts/*"
66
- 6
7+
8+
after_success:
9+
- npm run coverage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"scripts": {
2424
"lint": "standard --env mocha",
25-
"test": "npm run lint && nyc mocha && npm run coverage",
25+
"test": "npm run lint && nyc mocha",
2626
"coverage": "nyc report --reporter=text-lcov | coveralls",
2727
"docs": "jsdoc2md lib/*.js > RENDER.md",
2828
"release": "standard-version"

0 commit comments

Comments
 (0)