diff options
-rw-r--r-- | scripts/deploy.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/deploy.sh b/scripts/deploy.sh index d1ac047d..1ae0c1f1 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -1,5 +1,4 @@ #!/bin/bash -set -e # Build and deploy on master branch if [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then |