Skip to content

Commit 0410c2b

Browse files
committed
Add coverageReport target to the Travis after_success step as described in the docs to coveralls.
1 parent 2af8372 commit 0410c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ notifications:
2121
on_start: never
2222
script: "sbt clean coverage test"
2323
after_success:
24-
- "sbt coveralls"
24+
- "sbt coverageReport coveralls"
2525
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)