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 9c4221b commit c81e64eCopy full SHA for c81e64e
.travis.yml
@@ -4,7 +4,7 @@ jdk:
4
5
sudo: false # faster builds
6
7
-script: "mvn clean jacoco:prepare-agent install jacoco:report coveralls:report"
+script: "mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install org.jacoco:jacoco-maven-plugin:report org.eluder.coveralls:coveralls-maven-plugin:report"
8
9
after_success:
10
- bash <(curl -s https://codecov.io/bash)
0 commit comments