Travis CI: Allow builds on openjdk-ea to fail.
This commit is contained in:
parent
7b71693458
commit
b29bae05ae
|
@ -20,6 +20,8 @@ matrix:
|
|||
include:
|
||||
- os: linux-ppc64le
|
||||
jdk: openjdk8
|
||||
allow_failures:
|
||||
- jdk: openjdk-ea
|
||||
jdk:
|
||||
- oraclejdk11
|
||||
- openjdk8
|
||||
|
|
Loading…
Reference in New Issue