]> git.gsnw.org Git - fping.git/commitdiff
travis-ci: fix deploy stage
authorDavid Schweikert <david@schweikert.ch>
Wed, 5 Aug 2020 11:05:20 +0000 (14:05 +0300)
committerDavid Schweikert <david@schweikert.ch>
Wed, 5 Aug 2020 11:05:20 +0000 (14:05 +0300)
.travis.yml

index 9eae4e2ba6cdce7f4ad809c6626d6f675e027843..6d47e096402b2400a105a228d7646d4c68a59450 100644 (file)
@@ -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