Skip to content

Commit

Permalink
Looks like we still need to do this.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcin committed Sep 8, 2019
1 parent 9926e7a commit 96e14d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ matrix:
language: bash
before_script:
- choco install adoptopenjdk11
- export JAVA_HOME="$(dirname "$(dirname "$(find "/c/Program Files" -name javac.exe)")")"
- export JAVA_HOME="$(dirname "$(dirname "$(find "/c/Program Files/AdoptOpenJDK" -name javac.exe)")")"
- os: linux
dist: trusty
language: java
Expand Down

0 comments on commit 96e14d0

Please sign in to comment.