Fix typo in travis script

This commit is contained in:
Jannis Mattheis 2018-02-23 20:39:15 +01:00
parent cda4127551
commit fb6bb484a4
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ deploy:
on:
tags: true
- provider: script
script: bash docker_push.sh
script: bash docker-push.sh
skip_cleanup: true
on:
tags: true