Skip to content

Commit

Permalink
Coverage reporting that works locally
Browse files Browse the repository at this point in the history
  • Loading branch information
VladUreche committed Apr 4, 2015
1 parent c23e869 commit 5cec361
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
language: scala
script:
- sbt clean coverage test coverageReport coverageAggregate codacyCoverage
- sbt clean +update
- sbt +compile +package
- sbt +test +publish
- sbt clean miniboxing-plugin/coverage test coverageReport coverageAggregate codacyCoverage miniboxing-plugin/codacyCoverage && sbt clean +update && sbt +compile +package && sbt +test +publish
scala:
- 2.10.4
jdk:
Expand Down

0 comments on commit 5cec361

Please sign in to comment.