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 942e420 commit 6ef33efCopy full SHA for 6ef33ef
travis-build.sh
@@ -13,7 +13,7 @@ else
13
./gradlew --no-daemon --refresh-dependencies check || EXIT_STATUS=$?
14
if [[ $EXIT_STATUS -eq 0 && $TRAVIS_PULL_REQUEST == 'false' ]]; then
15
echo "Travis Branch $TRAVIS_BRANCH"
16
- if ([[ -n $TRAVIS_TAG ]] || [[ $TRAVIS_BRANCH =~ ^master|[7]\..\.x$ ]] ]] && [[ "${TRAVIS_JDK_VERSION}" != "openjdk11" ]]); then
+ if ([[ -n $TRAVIS_TAG ]] || [[ $TRAVIS_BRANCH =~ ^master|[7]\..\.x$ ]] && [[ "${TRAVIS_JDK_VERSION}" != "openjdk11" ]]); then
17
./travis-publish.sh || EXIT_STATUS=$?
18
fi
19
0 commit comments