Trying to get Travis CI to pass coverage Jacoco reports to Coveralls.

Will reset parent POM to 41 next.
This commit is contained in:
Gary Gregory 2016-11-25 21:29:37 -08:00
parent 20c6f33210
commit 360998e624
2 changed files with 2 additions and 2 deletions

View File

@ -22,4 +22,4 @@ jdk:
- oraclejdk8
after_success:
- mvn -Ptravis-jacoco clean jacoco:report coveralls:report
- mvn -Ptravis-jacoco clean test jacoco:report coveralls:report

View File

@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>41</version>
<version>42-SNAPSHOT</version>
</parent>
<artifactId>commons-csv</artifactId>
<version>1.5-SNAPSHOT</version>