We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada94f4 commit 9c4221bCopy full SHA for 9c4221b
.travis.yml
@@ -4,7 +4,7 @@ jdk:
4
5
sudo: false # faster builds
6
7
-script: "mvn cobertura:cobertura"
+script: "mvn clean jacoco:prepare-agent install jacoco:report coveralls:report"
8
9
after_success:
10
- bash <(curl -s https://codecov.io/bash)
0 commit comments