From 9d94f5973b633cbb40f16e28691fdebfdf9e1160 Mon Sep 17 00:00:00 2001 From: mittorn Date: Fri, 25 Nov 2016 10:57:21 +0600 Subject: [PATCH] exit 0 in deploy script --- travis-deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/travis-deploy.sh b/travis-deploy.sh index 20a3e66a..02f725e2 100644 --- a/travis-deploy.sh +++ b/travis-deploy.sh @@ -14,4 +14,5 @@ else git commit -m "Laterst travis android optimized deploy $TRAVIS_COMMIT" git checkout -b android-optimized-$TRAVIS_BRANCH git push --force travis-deploy-public android-optimized-$TRAVIS_BRANCH -fi \ No newline at end of file +fi +exit 0 \ No newline at end of file