Skip to content

Commit e588581

Browse files
committed
Use travis-jacoco profile from parent pom to fix failing coveralls build
1 parent c1c2add commit e588581

2 files changed

Lines changed: 1 addition & 20 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 test jacoco:report coveralls:report
25+
- mvn clean test jacoco:report coveralls:report -Ptravis-jacoco

pom.xml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -330,25 +330,6 @@
330330
</plugins>
331331
</build>
332332
</profile>
333-
334-
<profile>
335-
<id>travis</id>
336-
<activation>
337-
<property>
338-
<name>env.TRAVIS</name>
339-
<value>true</value>
340-
</property>
341-
</activation>
342-
<build>
343-
<plugins>
344-
<plugin>
345-
<groupId>org.eluder.coveralls</groupId>
346-
<artifactId>coveralls-maven-plugin</artifactId>
347-
<version>4.3.0</version>
348-
</plugin>
349-
</plugins>
350-
</build>
351-
</profile>
352333
</profiles>
353334

354335
</project>

0 commit comments

Comments
 (0)