Skip to content

Commit c37e19d

Browse files
author
Vadim Platonov
committed
Travis - use JDK 11
Travis output: ``` $ ~/bin/install-jdk.sh --target "/home/travis/oraclejdk12" --workspace "/home/travis/.cache/install-jdk" --feature "12" --license "BCL" install-jdk.sh 2019-05-02 BCL licensed downloads are only supported up to JDK 11, but got: 12 ```
1 parent 1118a21 commit c37e19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ language: clojure
22
lein: lein
33
script: lein test-all
44
jdk:
5-
- oraclejdk12
5+
- oraclejdk11

0 commit comments

Comments
 (0)