Update Travis build with current JDKs.

This commit is contained in:
Gary Gregory 2019-03-22 15:20:01 -04:00
parent b281a0a986
commit 766562306c
1 changed files with 26 additions and 23 deletions

View File

@ -17,7 +17,10 @@ language: java
jdk: jdk:
- oraclejdk8 - oraclejdk8
- oraclejdk9 - oraclejdk11
- openjdk8
- openjdk11
- openjdk-ea
after_success: after_success:
- mvn -B -V clean test jacoco:report coveralls:report -Ptravis-jacoco - mvn -B -V clean test jacoco:report coveralls:report -Ptravis-jacoco