Skip to content

Commit ebf9649

Browse files
committed
Travis Update Rollback
Signed-off-by: Joshua Gager <jlgager@jgcomptech.com>
1 parent 7eb74cc commit ebf9649

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,4 @@ language: java
33
jdk:
44
- oraclejdk10
55

6-
script: "mvn cobertura:cobertura"
7-
8-
after_success:
9-
- bash <(curl -s https://codecov.io/bash)
10-
116
install: mvn install -Dgpg.skip

pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -288,18 +288,6 @@
288288
<target>10</target>
289289
</configuration>
290290
</plugin>
291-
<plugin>
292-
<groupId>org.codehaus.mojo</groupId>
293-
<artifactId>cobertura-maven-plugin</artifactId>
294-
<version>2.7</version>
295-
<configuration>
296-
<formats>
297-
<format>html</format>
298-
<format>xml</format>
299-
</formats>
300-
<check />
301-
</configuration>
302-
</plugin>
303291
</plugins>
304292
</build>
305293

0 commit comments

Comments
 (0)