Skip to content

Commit

Permalink
use trusty image in travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
kimxogus committed Nov 14, 2019
1 parent 6464afa commit 747adc3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
dist: trusty

sudo: required

language: scala
Expand All @@ -21,7 +23,8 @@ before_script:
- sudo chmod +x /usr/local/bin/sbt

scala:
- 2.12.8
- 2.12.10
- 2.13.1

script:
- sbt clean test
Expand Down
4 changes: 2 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ object Build extends AutoPlugin {

override def projectSettings: Seq[Def.Setting[_]] = Seq(
organization := org,
scalaVersion := "2.12.9",
crossScalaVersions := Seq("2.12.9", "2.13.0"),
scalaVersion := "2.12.10",
crossScalaVersions := Seq("2.12.10", "2.13.1"),
publishMavenStyle := true,
resolvers += Resolver.mavenLocal,
resolvers += Resolver.url("https://artifacts.elastic.co/maven"),
Expand Down

0 comments on commit 747adc3

Please sign in to comment.