Skip to content

Commit

Permalink
[INTERNAL] Coveralls: Use parallel setting to reduce number of PR com…
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomByte committed Oct 9, 2018
1 parent 4b0e470 commit 288218b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ node_js:

after_script:
- npm run report-coveralls

notifications:
webhooks: https://coveralls.io/webhook
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"version": "git-chglog --next-tag v$npm_package_version -o CHANGELOG.md && git add CHANGELOG.md",
"postversion": "git push --follow-tags",
"release-note": "git-chglog -c .chglog/release-config.yml v$npm_package_version",
"report-coveralls": "nyc report --reporter=text-lcov | coveralls"
"report-coveralls": "nyc report --reporter=text-lcov | COVERALLS_PARALLEL=true coveralls"
},
"files": [
"index.js",
Expand Down

0 comments on commit 288218b

Please sign in to comment.