Skip to content

Commit d2900a4

Browse files
committed
cross-build with 2.11 and 2.12
1 parent 6b479d7 commit d2900a4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: scala
22

3-
script: sbt clean update test publishLocal
3+
script: sbt clean update +test +publishLocal
44
jdk:
55
- openjdk6
66
- openjdk7

build.sbt

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ name := "scala-xml"
66

77
version := "1.0.5-SNAPSHOT"
88

9-
scalaVersion := "2.11.4"
9+
scalaVersion := crossScalaVersions.value.head
10+
11+
crossScalaVersions := Seq("2.11.6", "2.12.0-M1")
1012

1113
// important!! must come here (why?)
1214
scalaModuleOsgiSettings

0 commit comments

Comments
 (0)