Skip to content

Commit 435e332

Browse files
authored
Switch to oraclejdk10 (#130)
Switch to oraclejdk10 for Scala 2.11.12 only, it doesn't compile for 2.12.6, see scala/bug#10717
1 parent 683c189 commit 435e332

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ language: scala
22
matrix:
33
include:
44
- os: linux
5-
jdk: oraclejdk9
6-
scala: 2.12.6
5+
jdk: oraclejdk10
6+
scala: 2.11.12
77
- os: linux
8-
jdk: openjdk8
8+
jdk: oraclejdk9
99
scala: 2.12.6
1010
- os: linux
1111
jdk: oraclejdk8

0 commit comments

Comments
 (0)