Skip to content

Commit 360998e

Browse files
committed
Trying to get Travis CI to pass coverage Jacoco reports to Coveralls.
Will reset parent POM to 41 next.
1 parent 20c6f33 commit 360998e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jdk:
2222
- oraclejdk8
2323

2424
after_success:
25-
- mvn -Ptravis-jacoco clean jacoco:report coveralls:report
25+
- mvn -Ptravis-jacoco clean test jacoco:report coveralls:report

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020
<parent>
2121
<groupId>org.apache.commons</groupId>
2222
<artifactId>commons-parent</artifactId>
23-
<version>41</version>
23+
<version>42-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>commons-csv</artifactId>
2626
<version>1.5-SNAPSHOT</version>

0 commit comments

Comments
 (0)