File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed
Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 11language : 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
148after_success :
159 - bash <(curl -s https://codecov.io/bash)
1610
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments