Update deploy.sh

This commit is contained in:
Serhii Londar 2018-11-15 12:21:22 +02:00 committed by GitHub
parent 630850a880
commit 0e4cc1ff59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
.github/deploy.sh vendored
View file

@ -2,7 +2,9 @@
set -e
if [[ $TRAVIS_BRANCH != 'master' ]]
echo ${TRAVIS_BRANCH}
if [[ ${TRAVIS_BRANCH} != 'master' ]]
then
exit
fi