We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0e470 commit 288218bCopy full SHA for 288218b
.travis.yml
@@ -6,3 +6,6 @@ node_js:
6
7
after_script:
8
- npm run report-coveralls
9
+
10
+notifications:
11
+ webhooks: https://coveralls.io/webhook
package.json
@@ -35,7 +35,7 @@
35
"version": "git-chglog --next-tag v$npm_package_version -o CHANGELOG.md && git add CHANGELOG.md",
36
"postversion": "git push --follow-tags",
37
"release-note": "git-chglog -c .chglog/release-config.yml v$npm_package_version",
38
- "report-coveralls": "nyc report --reporter=text-lcov | coveralls"
+ "report-coveralls": "nyc report --reporter=text-lcov | COVERALLS_PARALLEL=true coveralls"
39
},
40
"files": [
41
"index.js",
0 commit comments