Add Open JDK 12 to the Travis CI matrix

This commit is contained in:
Filip Hrisafov 2019-03-09 21:50:57 +01:00
parent b9b9b60a38
commit 07590cc0d1

View File

@ -12,6 +12,11 @@ matrix:
# The integration tests are using the maven toolchain and that is not yet ready for Java 11
# There is an issue with the documentation so skip it
script: mvn -B -V clean install -pl processor -am
- jdk: openjdk12
# Only run the processor and its dependencies
# The integration tests are using the maven toolchain and that is not yet ready for Java 11
# There is an issue with the documentation so skip it
script: mvn -B -V clean install -pl processor -am
# Only run the processor and its dependencies
# The integration tests are using the maven toolchain and that is not yet ready for Java EA
# There is an issue with the documentation so skip it