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

Commit

Permalink
travis: Remove oracle JDKs from config
Browse files Browse the repository at this point in the history
This time, oraclejdk10 fails with a "oraclejdk10 is deprecated." message.  It's just going to get worse over time and isn't worth the effort to maintain on travis.
  • Loading branch information
davidmc24 committed Oct 25, 2018
1 parent 0b825c7 commit cdec916
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,13 @@ install: true

matrix:
include:
# 7
- jdk: openjdk7
env: GRADLE_OPTS="-Xmx386m -Xms386m -XX:MaxPermSize=128m" # Java 7 still uses separate permgen
before_script: # Workaround for https://github.com/travis-ci/travis-ci/issues/8503
- sudo sed -i 's/security.provider.9/#security.provider.9/g' $JAVA_HOME/jre/lib/security/java.security
# 8
- jdk: oraclejdk8
- jdk: openjdk8
# 9
- jdk: oraclejdk9
- jdk: openjdk9
# 10
- jdk: oraclejdk10
- jdk: openjdk10
# 11
- jdk: oraclejdk11
- jdk: openjdk11

env:
Expand Down

0 comments on commit cdec916

Please sign in to comment.