Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit 6dffab1

Browse files
committed
See if Travis can pick up parent POM SNAPSHOT to validate the parent
profile.
1 parent 013dd9d commit 6dffab1

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 clean jacoco:report coveralls:report
25+
- mvn -Ptravis-jacoco clean 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)