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 bfb98f7 commit 437dc1aCopy full SHA for 437dc1a
.travis.yml
@@ -20,4 +20,4 @@ deploy:
20
secure: $TRAVIS_SECURE_API_KEY
21
after_success:
22
- if [ "$TRAVIS_BRANCH" == "develop" ] ; then
23
- if [ "$TRAVIS_PULL_REQUEST" == "false" ] ; then bash travis.sh ; fi ; fi
+ if [ "$TRAVIS_PULL_REQUEST" == "true" ] ; then bash travis.sh ; fi ; fi
0 commit comments