From: David Schweikert Date: Wed, 5 Aug 2020 11:05:20 +0000 (+0300) Subject: travis-ci: fix deploy stage X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03bfc48ff4674a94c9fb623612455456d7bf6458;p=fping.git travis-ci: fix deploy stage --- diff --git a/.travis.yml b/.travis.yml index 9eae4e2..6d47e09 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,8 @@ addons: script: - ci/build-4-compile.sh - ci/run-tests.sh + +after_success: - ci/deploy-coveralls.sh stages: @@ -91,5 +93,6 @@ jobs: name: coverity os: linux dist: xenial + after_success: script: - ci/deploy-coverity.sh