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 67db7ee commit 48ed318Copy full SHA for 48ed318
etc/onSuccess.sh
@@ -2,7 +2,7 @@
2
3
echo "after_success script"
4
5
-if [ "$TRAVIS_BRANCH" == "master" ] || [ "$TRAVIS_BRANCH" == "v2-head" ]; then
+if [ "$TRAVIS_BRANCH" == "master" ]; then
6
if [ "$TRAVIS_JDK_VERSION" == "oraclejdk8" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
7
echo "DEPLOY MASTER TRAVIS BUILD"
8
echo "Current directory is $(pwd)"
0 commit comments