Travis: Also build with openjdk-ea, but allow openjdk-ea builds to fail.

This commit is contained in:
pascalschumacher 2018-10-06 10:30:32 +02:00
parent 8e507bd0b1
commit 6191dedf35
1 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,11 @@ jdk:
- oraclejdk10 - oraclejdk10
- openjdk10 - openjdk10
- openjdk11 - openjdk11
- openjdk-ea
matrix:
allow_failures:
- jdk: openjdk-ea
script: script:
- mvn - mvn