travis-ci: fix deploy stage

pull/207/head v5.0
David Schweikert 4 years ago
parent 5f5220939d
commit 03bfc48ff4

@ -30,6 +30,8 @@ addons:
script: script:
- ci/build-4-compile.sh - ci/build-4-compile.sh
- ci/run-tests.sh - ci/run-tests.sh
after_success:
- ci/deploy-coveralls.sh - ci/deploy-coveralls.sh
stages: stages:
@ -91,5 +93,6 @@ jobs:
name: coverity name: coverity
os: linux os: linux
dist: xenial dist: xenial
after_success:
script: script:
- ci/deploy-coverity.sh - ci/deploy-coverity.sh

Loading…
Cancel
Save