From fb6bb484a41b3f811ac850a3b28c0417a5d8fa87 Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Fri, 23 Feb 2018 20:39:15 +0100 Subject: [PATCH] Fix typo in travis script --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eae8c3a..36b6030 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file