Skip to content

Commit

Permalink
fix: travis branch regex and minor version up
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarmona committed Oct 16, 2018
1 parent df32a01 commit 2f660e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2f660e2

Please sign in to comment.