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

Commit 8fe6bae

Browse files
NeQuissimusbeer-avalanche
authored andcommitted
Cross-build 2.12.4 and 2.12.6 (#55)
1 parent 78e1670 commit 8fe6bae

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ jobs:
6666
# - git config --global push.default simple
6767
# - sbt ++${TRAVIS_SCALA_VERSION}! microsite/publishMicrosite
6868

69+
# Cross-build
70+
- <<: *build
71+
scala: 2.12.4
72+
name: "Build with 2.12.4"
73+
6974
cache:
7075
directories:
7176
- $HOME/.sbt/1.0/dependency

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ cancelable in Global := true
44

55
inThisBuild(
66
List(
7+
crossScalaVersions := List("2.12.6", "2.12.4"),
78
organization := "org.scalaz",
89
homepage := Some(url("https://github.com/scalaz/scalaz-plugin")),
910
licenses := List("LGPL 3.0" -> url("https://www.gnu.org/licenses/lgpl-3.0.en.html")),

0 commit comments

Comments
 (0)