Skip to content

Commit

Permalink
Add integration with Coveralls (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruippeixotog authored and melrief committed Mar 20, 2017
1 parent 693a651 commit e989856
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
language: scala
scala:
- 2.11.8
- 2.10.5
- 2.11.8
- 2.12.1
jdk:
- oraclejdk8
script:
- sbt ++$TRAVIS_SCALA_VERSION test
- sbt ++$TRAVIS_SCALA_VERSION coverage test
- (cd example ; sbt ++$TRAVIS_SCALA_VERSION test)
after_success:
- sbt ++$TRAVIS_SCALA_VERSION coverageReport coverageAggregate coveralls
2 changes: 2 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.6.0")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.7.0")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.1.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.0")

0 comments on commit e989856

Please sign in to comment.