Skip to content

Commit 61a04ab

Browse files
committed
update Travis-CI setup: use OpenJDK 8
we are standardizing on this for all the modules, most were changed already, this one was not
1 parent 62d4f80 commit 61a04ab

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
language: scala
22

3-
sudo: false
4-
53
jdk:
6-
- oraclejdk8
4+
- openjdk8
75
- openjdk11
86

97
scala:
10-
# no 2.13 for now in cross-build because of
11-
# https://github.com/scala/scala-java8-compat/issues/97
8+
# note that 2.13 is on the 2.13.x branch instead
129
- 2.11.12
1310
- 2.12.8
1411

0 commit comments

Comments
 (0)