JDK 11 min requirements because of LTS.

This commit is contained in:
Erik C. Thauvin 2020-06-19 14:32:29 -07:00
parent dcd6996c39
commit c88be2b4e5
10 changed files with 22 additions and 40 deletions

View file

@ -13,7 +13,7 @@ addons:
organization: "ethauvin-github"
jdk:
- oraclejdk9
- openjdk11
- openjdk14
before_install:
@ -21,6 +21,6 @@ before_install:
after_success:
- |
if [ "${TRAVIS_TEST_RESULT}" == 0 ] && [ "$TRAVIS_JDK_VERSION" == oraclejdk9 ]; then
if [ "${TRAVIS_TEST_RESULT}" == 0 ] && [ "$TRAVIS_JDK_VERSION" == openjdk11 ]; then
./gradlew sonarqube
fi