Skip to content

Commit 9c4221b

Browse files
committed
Configures coverage reporting with JoCoCo.
1 parent ada94f4 commit 9c4221b

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
@@ -4,7 +4,7 @@ jdk:
44

55
sudo: false # faster builds
66

7-
script: "mvn cobertura:cobertura"
7+
script: "mvn clean jacoco:prepare-agent install jacoco:report coveralls:report"
88

99
after_success:
1010
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)