diff --git a/.travis.yml b/.travis.yml index 3d8c755ea..c9058ee97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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