Travis: Also build with openjdk-ea, but allow openjdk-ea builds to fail.
This commit is contained in:
parent
8e507bd0b1
commit
6191dedf35
|
@ -21,6 +21,11 @@ jdk:
|
|||
- oraclejdk10
|
||||
- openjdk10
|
||||
- openjdk11
|
||||
- openjdk-ea
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- jdk: openjdk-ea
|
||||
|
||||
script:
|
||||
- mvn
|
||||
|
|
Loading…
Reference in New Issue