mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00:00
openjdk-ea builds have an error, they don't even start. Disabling to not use credits unnecesarily until they are fixed
This commit is contained in:
parent
0a96201b6a
commit
84497ca4ae
1 changed files with 4 additions and 4 deletions
|
@ -7,10 +7,10 @@ dist: focal
|
|||
language: java
|
||||
jdk:
|
||||
- openjdk11
|
||||
- openjdk-ea
|
||||
matrix:
|
||||
allow_failures:
|
||||
- jdk: openjdk-ea
|
||||
# - openjdk-ea
|
||||
#matrix:
|
||||
# allow_failures:
|
||||
# - jdk: openjdk-ea
|
||||
before_install:
|
||||
- echo "MAVEN_OPTS='-Xmx2g'" > ~/.mavenrc
|
||||
cache:
|
||||
|
|
Loading…
Reference in a new issue