Travis: "openjdk-ea" now means Java 13, so add Java 12 to JDKs to build on. (closes #396)

This commit is contained in:
pascalschumacher 2019-01-05 21:29:45 +01:00
parent e0a5a4b5b6
commit ef18f3ea26
1 changed files with 2 additions and 0 deletions

View File

@ -18,10 +18,12 @@ language: java
jdk:
- oraclejdk8
- openjdk11
- openjdk12
- openjdk-ea
matrix:
allow_failures:
- jdk: openjdk12
- jdk: openjdk-ea
script: