diff --git a/.surge.sh b/.surge.sh index 3c97efb..daa7a00 100755 --- a/.surge.sh +++ b/.surge.sh @@ -4,8 +4,6 @@ # Manual uploading require credentials, so only travis can do this. # For more info see https://surge.sh/ -set -x - if [ "$TRAVIS_EVENT_TYPE" = "push" -a "$TRAVIS_BRANCH" = "master" ]; then docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" \ -e SURGE_LOGIN="$SURGE_LOGIN" -e SURGE_TOKEN="$SURGE_TOKEN" \