Skip to content

Commit

Permalink
ci: enable parallel build webhook for Coveralls
Browse files Browse the repository at this point in the history
This should ensure that coverage results are merged by Coveralls after all
have completed.

See <https://docs.coveralls.io/parallel-build-webhook> for details.
  • Loading branch information
fingolfin authored and stevelinton committed Dec 28, 2018
1 parent 68f012b commit cf47710
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ env:
- LDFLAGS="--coverage"
# default config flags: enable debug asserts
- CONFIGFLAGS="--enable-debug"
- COVERALLS_PARALLEL=true

addons:
apt_packages:
Expand Down Expand Up @@ -142,3 +143,4 @@ notifications:
on_pull_requests: false
on_success: change # default: always
on_failure: change # default: always
webhooks: https://coveralls.io/webhook

0 comments on commit cf47710

Please sign in to comment.