Merge pull request #2151 from xuwei-k/jdk11

add jdk11 test
This commit is contained in:
Naoki Takezoe
2018-09-28 01:00:12 +09:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ language: scala
sudo: true
jdk:
- oraclejdk8
- oraclejdk11
script:
- sbt scalafmtSbtCheck scalafmtCheck test:scalafmtCheck test
before_script:

View File

@@ -65,7 +65,7 @@ libraryDependencies ++= Seq(
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided",
"junit" % "junit" % "4.12" % "test",
"org.scalatra" %% "scalatra-scalatest" % ScalatraVersion % "test",
"org.mockito" % "mockito-core" % "2.13.0" % "test",
"org.mockito" % "mockito-core" % "2.19.1" % "test",
"com.wix" % "wix-embedded-mysql" % "3.0.0" % "test",
"ru.yandex.qatools.embed" % "postgresql-embedded" % "2.6" % "test",
"net.i2p.crypto" % "eddsa" % "0.2.0",