travis: remove 'travis_wait' from deploy section

Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos 2020-04-24 10:53:29 +02:00 committed by mergify[bot]
parent 20801d6563
commit 9fd4005819

View File

@ -136,4 +136,4 @@ deploy:
- provider: script
on: # yamllint disable-line rule:truthy
all_branches: true
script: travis_wait ./deploy.sh
script: ./deploy.sh