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 9b1f1fb commit 8d7cddfCopy full SHA for 8d7cddf
travis/after_success.sh
@@ -33,7 +33,7 @@ echo "Current commit detected: ${commit_message}"
33
34
if [ $TRAVIS_REPO_SLUG == "mybatis/migrations" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "master" ] && [[ "$commit_message" != *"[maven-release-plugin]"* ]]; then
35
36
- if [ $TRAVIS_JDK_VERSION == "oraclejdk8" ]; then
+ if [ $TRAVIS_JDK_VERSION == "openjdk8" ]; then
37
38
# Deploy to sonatype
39
./mvnw clean deploy -q --settings ./travis/settings.xml
@@ -54,4 +54,4 @@ else
54
echo "Travis Pull Request: $TRAVIS_PULL_REQUEST"
55
echo "Travis Branch: $TRAVIS_BRANCH"
56
echo "Travis build skipped"
57
-fi
+fi
0 commit comments