Skip to content

Commit

Permalink
Use JDK 10 on MacOS Travis CI to workaround JDK 13 incompatibility, s…
Browse files Browse the repository at this point in the history
  • Loading branch information
adamretter committed Nov 24, 2019
1 parent f7104ba commit b285381
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -7,8 +7,8 @@ matrix:
- jdk: openjdk10
- jdk: openjdk11
- os: osx
osx_image: xcode10.1
env: JAVA_HOME=$(/usr/libexec/java_home)
osx_image: xcode9.4
# env: JAVA_HOME=$(/usr/libexec/java_home)
- dist: bionic

services:
Expand Down

0 comments on commit b285381

Please sign in to comment.