Skip to content

Commit 8c5feab

Browse files
committed
add OpenJDK 11 to CI matrix
1 parent 87a33d5 commit 8c5feab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ scala:
66
- 2.13.0-M5
77
jdk:
88
- oraclejdk8
9+
- openjdk11
910
env:
1011
global:
1112

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
if (System.getProperty("java.version").startsWith("1."))
22
Seq()
33
else
4-
// override to version that works on Java 9,
4+
// override to version that works on Java 11,
55
// see https://github.com/scala/sbt-scala-module/issues/35
66
Seq(addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.3"))
77

0 commit comments

Comments
 (0)