Skip to content

Commit c81e64e

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

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 clean jacoco:prepare-agent install jacoco:report coveralls:report"
7+
script: "mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install org.jacoco:jacoco-maven-plugin:report org.eluder.coveralls:coveralls-maven-plugin:report"
88

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

0 commit comments

Comments
 (0)