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 526faa7d..8623b92a 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 + +