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:
- 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

Loading…
Cancel
Save