Skip to content

Commit

Permalink
Merge pull request #283 from simelo/stdevMac_add_coveralls_to_travis
Browse files Browse the repository at this point in the history
Add coverall.io webhook to travis
  • Loading branch information
olemis committed Dec 14, 2019
2 parents aba2190 + 05a2bb1 commit 4151ac7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,11 @@ matrix:
- make test-cover-travis
notifications:
email: false
webhooks: https://fathomless-fjord-24024.herokuapp.com/notify
webhooks:
urls:
- https://fathomless-fjord-24024.herokuapp.com/notify
- https://coveralls.io/webhook

before_deploy:
- export VERSION="$(git describe --tags --exact-match HEAD 2> /dev/null)"
- export ARCH="$(uname -m)"
Expand Down

0 comments on commit 4151ac7

Please sign in to comment.