Skip to content

Commit

Permalink
travis-ci: fix deploy stage
Browse files Browse the repository at this point in the history
  • Loading branch information
schweikert committed Aug 5, 2020
1 parent 5f52209 commit 03bfc48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ addons:
script:
- ci/build-4-compile.sh
- ci/run-tests.sh

after_success:
- ci/deploy-coveralls.sh

stages:
Expand Down Expand Up @@ -91,5 +93,6 @@ jobs:
name: coverity
os: linux
dist: xenial
after_success:
script:
- ci/deploy-coverity.sh

0 comments on commit 03bfc48

Please sign in to comment.