diff --git a/scripts/deploy.sh b/scripts/deploy.sh index b37d04e..6fa2a8b 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -2,9 +2,6 @@ set -e -# temporary skip -exit 0 - if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then echo "pull request build." exit 0