Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydmeta committed Feb 15, 2015
1 parent 051f052 commit ec53594
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
@@ -1,10 +1,11 @@
sudo: false
language: scala
jdk:
- openjdk6
- openjdk7
- oraclejdk7
- oraclejdk8
scala:
- 2.10.3
- 2.10.2
- 2.10.1
- 2.10.0
- 2.11.5
- 2.10.4
script: "sbt clean coverage test"
after_success: "sbt coveralls"
9 changes: 8 additions & 1 deletion project/plugins.sbt
@@ -1,3 +1,10 @@
resolvers += Classpaths.sbtPluginReleases

addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.5.1")

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


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

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

0 comments on commit ec53594

Please sign in to comment.