Skip to content

Commit

Permalink
Try to get coveralls working using 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
johnynek committed Feb 24, 2015
1 parent e0fb5f6 commit 1805497
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -6,4 +6,5 @@ matrix:
script: ./sbt ++$TRAVIS_SCALA_VERSION clean test

- scala: 2.11.5
script: ./sbt ++$TRAVIS_SCALA_VERSION clean coverage test coveralls
script: ./sbt ++$TRAVIS_SCALA_VERSION clean coverage test
after_success: "./sbt ++$TRAVIS_SCALA_VERSION coverageReport coverageAggregate coveralls"
2 changes: 1 addition & 1 deletion project/Build.scala
Expand Up @@ -22,7 +22,7 @@ object BijectionBuild extends Build {

ScalariformKeys.preferences := formattingPreferences,

scalaVersion := "2.10.4",
scalaVersion := "2.11.5",

javacOptions ++= Seq("-source", "1.6", "-target", "1.6"),

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Expand Up @@ -11,7 +11,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.7.0")

addSbtPlugin("com.typesafe.sbt" % "sbt-scalariform" % "1.3.0")

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.0.1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.0.4")

addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.0.0.BETA1")

Expand Down

0 comments on commit 1805497

Please sign in to comment.