From 05a2bb183b8b9fa842e22910c61a49131e2bcb17 Mon Sep 17 00:00:00 2001 From: Marcos Maceo Date: Fri, 13 Dec 2019 18:31:22 -0500 Subject: [PATCH] [ci] Add coverall webhook to travis --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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)"