Skip to content

Commit

Permalink
Still missing something for scoveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed May 21, 2017
1 parent c31a39e commit 518fa04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,5 @@ scala:
- 2.12.0
- 2.11.5
- 2.10.5
script:
- sbt coverage
- sbt test

after_success: "sbt coveralls"
script: "sbt clean coverage test"
after_success: "sbt coverageReport coveralls"
2 changes: 1 addition & 1 deletion project/coveralls.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
resolvers += Classpaths.sbtPluginReleases

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.0")
// addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.1.0")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.1.0")

// token for interaction is in travis-ci env variable

0 comments on commit 518fa04

Please sign in to comment.