Skip to content

Commit

Permalink
Enable cross-building
Browse files Browse the repository at this point in the history
  • Loading branch information
akozhemiakin committed Apr 4, 2016
1 parent 7f81bfb commit e05124e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -2,6 +2,7 @@ language: scala
sudo: false
scala:
- 2.11.8
- 2.10.6
jdk:
- openjdk7
- oraclejdk7
Expand Down
3 changes: 1 addition & 2 deletions build.sbt
Expand Up @@ -11,8 +11,7 @@ lazy val commonSettings = Seq (
"org.scalatest" %% "scalatest" % "2.2.4" % "test",
compilerPlugin("org.scalamacros" % "paradise" % "2.1.0" cross CrossVersion.full)
),
// TODO: Adopt macros to be compatible with 2.10.6 and enable crosscompiling against it
crossScalaVersions := Seq("2.11.8"),
crossScalaVersions := Seq("2.11.8", "2.10.6"),
scalacOptions ++= Seq("-feature", "-language:implicitConversions"),
resolvers ++= Seq(
Resolver.sonatypeRepo("releases"),
Expand Down

0 comments on commit e05124e

Please sign in to comment.