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 1e28f7c commit 2ac18a9Copy full SHA for 2ac18a9
travis/after_success.sh
@@ -32,7 +32,7 @@ echo "Current commit detected: ${commit_message}"
32
# a. Use -q option to only display Maven errors and warnings.
33
# b. Use --settings to force the usage of our "settings.xml" file.
34
35
-if [ $TRAVIS_JDK_VERSION == "openjdk8" ] && [ $TRAVIS_REPO_SLUG == "mybatis/mybatis-dynamic-sql" ]; then
+if [ $TRAVIS_JDK_VERSION == "openjdk11" ] && [ $TRAVIS_REPO_SLUG == "mybatis/mybatis-dynamic-sql" ]; then
36
37
./mvnw clean test jacoco:report coveralls:report -q
38
echo -e "Successfully ran coveralls under Travis job ${TRAVIS_JOB_NUMBER}"
0 commit comments