From 07590cc0d1b8f1625708399b0db10f5f8f15ed03 Mon Sep 17 00:00:00 2001 From: Filip Hrisafov Date: Sat, 9 Mar 2019 21:50:57 +0100 Subject: [PATCH] Add Open JDK 12 to the Travis CI matrix --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) 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