You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2019/06/01 00:08:20 UTC

[commons-geometry] 02/04: [GEOMETRY-19] - Build Fails with JDK 10

This is an automated email from the ASF dual-hosted git repository.

erans pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-geometry.git

commit 182f09505fc0831b0cd6cd718aa925cd22a54283
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Fri May 31 20:31:13 2019 +0200

    [GEOMETRY-19] - Build Fails with JDK 10
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index f7abd85..a23be4e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,8 +19,8 @@ sudo: false
 jdk:
   - oraclejdk8
   - oraclejdk9
-#  - oraclejdk10
-#  - openjdk10
+  - openjdk10
+  - openjdk11
 
 after_success:
   - mvn clean test pmd:pmd spotbugs:spotbugs checkstyle:checkstyle jacoco:report coveralls:report