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