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
The following commit(s) were added to refs/heads/master by this push: new 8d8d70f Disabing Java 10 (travis). 8d8d70f is described below commit 8d8d70fadbfea8b6a10d243a98e82e17bd96d353 Author: Gilles Sadowski <gil...@harfang.homelinux.org> AuthorDate: Tue Sep 18 17:31:00 2018 +0200 Disabing Java 10 (travis). Build also fails locally with JDK 10. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6978b7e..f7abd85 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,8 +19,8 @@ sudo: false jdk: - oraclejdk8 - oraclejdk9 - - oraclejdk10 - - openjdk10 +# - oraclejdk10 +# - openjdk10 after_success: - mvn clean test pmd:pmd spotbugs:spotbugs checkstyle:checkstyle jacoco:report coveralls:report