exit 0 in deploy script

This commit is contained in:
mittorn 2016-11-25 10:57:21 +06:00
parent ceba3e90c6
commit 9d94f5973b

View file

@ -15,3 +15,4 @@ else
git checkout -b android-optimized-$TRAVIS_BRANCH
git push --force travis-deploy-public android-optimized-$TRAVIS_BRANCH
fi
exit 0