From d20e5abaa3bd1718de4e5e8d1caf6b7dbdcfa021 Mon Sep 17 00:00:00 2001 From: Pascal Schumacher Date: Mon, 2 Oct 2017 12:02:32 +0200 Subject: [PATCH] travis: add java 9 to build (closes #23) pom.xml: add java 9 profile and override jacoco version to make build pass --- .travis.yml | 1 + pom.xml | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/.travis.yml b/.travis.yml index a697e287..d8421964 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,7 @@ script: jdk: - openjdk7 - oraclejdk8 + - oraclejdk9 after_success: - mvn -B -V -Ptravis-jacoco clean test jacoco:report coveralls:report diff --git a/pom.xml b/pom.xml index 80118725..e3533e3e 100644 --- a/pom.xml +++ b/pom.xml @@ -152,6 +152,9 @@ CSV files of various types. 2.17 ${basedir}/LICENSE-header.txt LICENSE.txt, NOTICE.txt + + + 0.7.9 @@ -512,6 +515,19 @@ CSV files of various types. + + + java9 + + 9 + + + + 3.0.0-M1 + + true + +