diff --git a/.travis.yml b/.travis.yml index f4f4ee10..acbfc1ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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)"