Skip to content

Commit eddef1e

Browse files
committed
Fiddling a bit with coverage calculations
1 parent d40174f commit eddef1e

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

.travis.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
language: java
2-
script: mvn clean package
3-
jdk:
4-
- oraclejdk8
5-
6-
before_install:
7-
- wget https://archive.apache.org/dist/maven/maven-3/3.5.0/binaries/apache-maven-3.5.0-bin.zip
8-
- unzip -qq apache-maven-3.5.0-bin.zip
9-
- export M2_HOME=$PWD/apache-maven-3.5.0
10-
- export PATH=$M2_HOME/bin:$PATH
112

12-
install: true
3+
jdk:
4+
- oraclejdk9
135

6+
install: mvn install -DskipTests=true -Dgpg.skip=true -Dmaven.javadoc.skip=true -B -V
7+
script: mvn clean verify -Dgpg.skip=true -B
148
after_success:
159
- bash <(curl -s https://codecov.io/bash)
1610

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
</execution>
115115
<execution>
116116
<id>report</id>
117-
<phase>test</phase>
117+
<phase>post-integration-test</phase>
118118
<goals>
119119
<goal>report</goal>
120120
</goals>

0 commit comments

Comments
 (0)