Skip to content

Commit 93d87db

Browse files
committed
use openjdk11 not oraclejdk11
historically the Oracle one was the most standard one, but with the new licensing model for 11, it's really OpenJDK that's the standard one now, and the Oracle one is a commercial-use thing
1 parent 4a3f293 commit 93d87db

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
@@ -11,7 +11,7 @@ sudo: required
1111
jdk:
1212
- openjdk6
1313
- oraclejdk8
14-
- oraclejdk11
14+
- openjdk11
1515

1616
scala:
1717
- 2.11.12

0 commit comments

Comments
 (0)