Skip to content

Commit

Permalink
Fix the build
Browse files Browse the repository at this point in the history
`oraclejdk8` does not seem to work due to licensing issues, let's try
`openjdk8`. Surely it's close enough to Oracle's JDK?

* https://travis-ci.community/t/install-of-oracle-jdk-8-failing/3038/5
  • Loading branch information
Miikka Koskinen committed Jul 17, 2019
1 parent 10f2009 commit 739473c
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 @@ -3,7 +3,7 @@ language: clojure
lein: 2.9.1
script: lein do clean, all midje, all check
jdk:
- oraclejdk8
- openjdk8
- oraclejdk11
cache:
directories:
Expand Down

0 comments on commit 739473c

Please sign in to comment.