Skip to content
This repository has been archived by the owner on Nov 29, 2020. It is now read-only.

Commit

Permalink
Cross-build 2.12.4 and 2.12.6 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus authored and beer-avalanche committed Sep 7, 2018
1 parent 78e1670 commit 8fe6bae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ jobs:
# - git config --global push.default simple
# - sbt ++${TRAVIS_SCALA_VERSION}! microsite/publishMicrosite

# Cross-build
- <<: *build
scala: 2.12.4
name: "Build with 2.12.4"

cache:
directories:
- $HOME/.sbt/1.0/dependency
Expand Down
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ cancelable in Global := true

inThisBuild(
List(
crossScalaVersions := List("2.12.6", "2.12.4"),
organization := "org.scalaz",
homepage := Some(url("https://github.com/scalaz/scalaz-plugin")),
licenses := List("LGPL 3.0" -> url("https://www.gnu.org/licenses/lgpl-3.0.en.html")),
Expand Down

0 comments on commit 8fe6bae

Please sign in to comment.