Skip to content

Commit

Permalink
fixup! Use JDK 12 on MacOS Travis CI to workaround JDK 13 incompatibi…
Browse files Browse the repository at this point in the history
…lity, see: mockito/mockito#1827
  • Loading branch information
adamretter committed Nov 24, 2019
1 parent 23ee3d1 commit 2cd9646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -11,7 +11,7 @@ matrix:
# - jdk: openjdk13
- os: osx
osx_image: xcode11
env: JAVA_HOME=$(/usr/libexec/java_home)
# env: JAVA_HOME=$(/usr/libexec/java_home)

services:
- xvfb
Expand Down

0 comments on commit 2cd9646

Please sign in to comment.