Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
Remove Java 10 build
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Nov 22, 2018
1 parent 6366146 commit 4290076
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,9 @@ matrix:
# Java 9 (openjdk-9.0.1 fails with java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty)
- jdk: oraclejdk9
env: JDK_RELEASE='Oracle JDK 9'
# Java 10
- env: JDK_RELEASE='Oracle JDK 10'
install: . ./src/test/bash/install-jdk.sh -F 10 -L BCL
# Java 11
- env: JDK_RELEASE='Oracle JDK 11'
install: . ./src/test/bash/install-jdk.sh -F 11 -L BCL
allow_failures:
- env: JDK_RELEASE='Oracle JDK 11'

before_install:
- src/test/bash/create_certificates.sh
Expand Down

0 comments on commit 4290076

Please sign in to comment.