We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d02363c commit a120042Copy full SHA for a120042
.travis.yml
@@ -72,4 +72,4 @@ before_install:
72
script:
73
- if [[ "$SCRIPT" ]]; then npm run-script $SCRIPT; fi
74
- if [[ "$NODE_SCRIPT" ]]; then node -e $NODE_SCRIPT; fi
75
- - if [[ "$TRAVIS_PULL_REQUEST" == "false" && "$TRAVIS_BRANCH" == "master" && "$DEPLOY_SCRIPT" ]]; then node -e $DEPLOY_SCRIPT; fi
+ - if [[ "$TRAVIS_PULL_REQUEST" == "false" && "$TRAVIS_BRANCH" == "master" && "$DEPLOY_SCRIPT" != "" ]]; then node -e $DEPLOY_SCRIPT; fi
0 commit comments