Skip to content

Commit

Permalink
(maint) Use JDK11 instead of 10 in travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
justinstoller committed Oct 31, 2018
1 parent 9250594 commit e7a95f6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ dist: trusty
# see https://www.deps.co/guides/travis-ci-latest-java/ certificate issues
matrix:
include:
- jdk: openjdk10
before_install:
- rm "${JAVA_HOME}/lib/security/cacerts"
- ln -s /etc/ssl/certs/java/cacerts "${JAVA_HOME}/lib/security/cacerts"
- jdk: openjdk11
- jdk: oraclejdk8
script:
- ./ext/travisci/test.sh
Expand Down

0 comments on commit e7a95f6

Please sign in to comment.