Skip to content

Commit 38f862a

Browse files
committed
updated travis & updated pom with latest jacoco dependency
1 parent 84cf905 commit 38f862a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@ language: java
22
install: "mvn install -DskipTests=true -Dgpg.skip=true -B"
33
jdk:
44
- oraclejdk8
5+
before_script:
6+
- pip install --user codecov
7+
58
after_success:
6-
- bash <(curl -s https://codecov.io/bash)
9+
- codecov

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<plugin>
8989
<groupId>org.jacoco</groupId>
9090
<artifactId>jacoco-maven-plugin</artifactId>
91-
<version>0.5.8.201207111220</version>
91+
<version>0.7.5.201505241946</version>
9292
<executions>
9393
<execution>
9494
<goals>

0 commit comments

Comments
 (0)