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.
2 parents ff69b9a + e4d2ba4 commit 62c2610Copy full SHA for 62c2610
.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" == "false" ] ; then bash travis.sh ; fi ; fi
0 commit comments