diff --git a/build/deploy.sh b/build/deploy.sh index 7df587af..f90e967d 100755 --- a/build/deploy.sh +++ b/build/deploy.sh @@ -2,12 +2,6 @@ set -o errexit -o nounset -if [ "$TRAVIS_BRANCH" != "master" ] -then - echo "This commit was made against $TRAVIS_BRANCH and not master! No deploy!" - exit 0 -fi - rev=$(git rev-parse --short HEAD) mkdir deploy