diff --git a/.travis.yml b/.travis.yml index 1407a25..73f31d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ jdk: branches: only: - master - - /\d+\.\d+\.\d+/ + - "/\\d+\\.\\d+\\.\\d+/" script: - sbt ++$TRAVIS_SCALA_VERSION clean compile - sbt ++$TRAVIS_SCALA_VERSION coverage test coverageReport diff --git a/build.sbt b/build.sbt index 2abc854..ee59aa5 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ lazy val root = (project in file(".")) inThisBuild(List( organization := "io.opentargets", scalaVersion := "2.11.12", - version := "0.23.1" + version := "0.23.2" )), name := "ot-geckopipe", // libraryDependencies += scalaTest % Test,