Skip to content

Commit

Permalink
switch travis to openjdk11
Browse files Browse the repository at this point in the history
  • Loading branch information
francisdb committed Nov 18, 2019
1 parent 8666b1f commit d2199cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ before_install:

language: scala
scala:
- 2.12.10
- 2.13.1

jdk:
- oraclejdk8
- openjdk11

script:
- sbt ++$TRAVIS_SCALA_VERSION clean coverage "examples/compile" test it:test

env:
global:
- secure: hwSSTe/9XO53TEybPaBPp3ZRrZeKAk9JKqddTonwq/Bm2QTQQNqSkr+wLqjzNm7Fq2HzUSlEFjiAwau6LOjKQ0UJqRNdzCJaJzeJg0uUWhITSoKh3H4dyFqvkULAUO5YHkSDSaas3Of+Rcr1ZefHx5WOhq/Ye+IF9pEpz87gTa8xrl7epkQ4+Fy9FOXMkgIvaWcr0O/TAiZiwmHGTnHLrQOk/ZlcjVJbcqtz4AGbP6OS2XVZRqrCGsgUfR8EQCM65njhroUumbiCdmgDas3gPwTGWw0eu92LVeKFuluqGuGgYgfQWlpSFaaSkod5OEF0BalJbWygiBQDuX83nrTTPsTSFgy10HLle6jDSIwGJCnjp7hYjXU8sQKhRCykCcXaMVmQfI8nEY6kNed1gnJKzhb+Rjmnwijn7pHtQ/Rgo9PLbudiRV32EBcRX+xlJI6MZM7at476mavWnLa0nJe/o8aORZ6N4G0aeq8RsqhhhIyJPPjAk9npNy3rxUthUYuXNe/SRH1YeeyXYYBNC1VtU2K3+5jkUhomZ2OMTUp0fgjtCvDy0gSDYC1vGasKVR/HOQXJCfAALMjnOqaBYYDZPBD+udXS7A6v2FirpoQcGUU1YE/goWcbJz5gvDV4xQUbK19fRfqT6XGsCuSwiYHOiIHv9yQ+A8kgX86LNG8pU6o=
Expand Down
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ lazy val root = (project in file("."))
name := "kairosdb-scala",
fork in Test := true,
parallelExecution in IntegrationTest := false,
// Be wary of adding extra dependencies (especially the Waylay common dependencies)
// They may pull in a newer Netty version, breaking play-ws
libraryDependencies ++= Seq(
"org.scala-lang.modules" %% "scala-collection-compat" % "2.1.2",
"com.typesafe.play" %% "play-json" % playJsonVersion,
Expand Down

0 comments on commit d2199cc

Please sign in to comment.