Skip to content

Commit

Permalink
Travis: Ensure JAVA_HOME gets set for OSX build
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed Mar 2, 2020
1 parent d048e3d commit 10bebfd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ matrix:
jdk: openjdk11
- os: osx
jdk: openjdk11
env: TRAVIS_TAG=osx
env:
- TRAVIS_TAG=osx
- JAVA_HOME=$(/usr/libexec/java_home)
- os: linux
jdk: openjdk13
- os: linux
Expand Down

0 comments on commit 10bebfd

Please sign in to comment.