Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Commit

Permalink
Allowed OpenJDK 10 builds to fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalwrzeszcz committed Jul 3, 2019
1 parent 06e05be commit a15fcfb
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,15 @@ jdk:
- "openjdk8"
- "oraclejdk8"
- "oraclejdk9"
- "openjdk10"
- "openjdk11"
- "oraclejdk11"

# TODO: temporary as delombok won't work here
# TODO: temporary as delombok won't work here, OpenJDK 10 because of failing certs
matrix:
include:
allow_failures:
-
jdk: "openjdk10"
before_install:
- "rm ${JAVA_HOME}/lib/security/cacerts"
- "ln -s /etc/ssl/certs/java/cacerts ${JAVA_HOME}/lib/security/cacerts"
allow_failures:
-
jdk: "openjdk11"
-
Expand Down

0 comments on commit a15fcfb

Please sign in to comment.