Skip to content

Commit

Permalink
trying better support for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
dmrolfs committed Oct 9, 2014
1 parent bcf45b2 commit 2fe6419
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,8 @@ object Build extends Build {
// test( akkaMultiNodeTestKit )
)
.settings( libraryDependencies <+= (scalaVersion)("org.scala-lang" % "scala-compiler" % _) )

lazy val coveralls = Project( "coveralls", file( "coveralls" ) )
.aggregate( demesne, testkit, examples )
.settings( moduleSettings: _* )
}

0 comments on commit 2fe6419

Please sign in to comment.