We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1c2add commit e588581Copy full SHA for e588581
2 files changed
.travis.yml
@@ -22,4 +22,4 @@ jdk:
22
- oraclejdk8
23
24
after_success:
25
- - mvn clean test jacoco:report coveralls:report
+ - mvn clean test jacoco:report coveralls:report -Ptravis-jacoco
pom.xml
@@ -330,25 +330,6 @@
330
</plugins>
331
</build>
332
</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>
352
</profiles>
353
354
</project>
0 commit comments