Skip to content

Commit f69c847

Browse files
authored
Merge pull request #154 from SethTisue/test-on-openjdk8
update Travis-CI setup: use OpenJDK 8
2 parents 62d4f80 + 61a04ab commit f69c847

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)