From 360cb0e90fbe520c1a2f2e8676719921166f010b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ma=CC=88der?= Date: Fri, 29 Sep 2017 12:50:41 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Possible=20fix=20for=20script=20?= =?UTF-8?q?error=20when=20pushing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0b3a323..a07ea90 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,9 +20,9 @@ after_script: after_success: - docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD" - if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then - build.sh master --push - build.sh develop-2.2 --push - build-latest.sh + ./build.sh master --push; + ./build.sh develop-2.2 --push; + ./build-latest.sh; fi notifications: