Skip to content

Commit 4d65acb

Browse files
authored
Merge pull request #141 from xuwei-k/jdk11
add jdk11 test
2 parents 1acf504 + 0dc0d4b commit 4d65acb

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
language: scala
2-
script: "sbt scripted"
2+
script: "sbt scripted"
3+
jdk:
4+
- oraclejdk8
5+
- openjdk11

src/sbt-test/sbt-buildinfo/caseclassrenderer/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ lazy val root = (project in file(".")).
77
settings(
88
name := "helloworld",
99
version := "0.1",
10-
scalaVersion := "2.11.8",
10+
scalaVersion := "2.11.12",
1111
buildInfoKeys := Seq(
1212
name,
1313
BuildInfoKey.map(version) { case (n, v) => "projectVersion" -> v.toDouble },
@@ -59,7 +59,7 @@ lazy val root = (project in file(".")).
5959
""" def apply(): BuildInfo = new BuildInfo(""" ::
6060
""" name = "helloworld",""" ::
6161
""" projectVersion = 0.1,""" ::
62-
""" scalaVersion = "2.11.8",""" ::
62+
""" scalaVersion = "2.11.12",""" ::
6363
""" ivyXML = scala.collection.Seq(),""" ::
6464
""" homepage = scala.Some(new java.net.URL("http://example.com")),""" ::
6565
""" licenses = scala.collection.Seq(("MIT License" -> new java.net.URL("https://github.com/sbt/sbt-buildinfo/blob/master/LICENSE"))),""" ::

0 commit comments

Comments
 (0)