Travis
This commit is contained in:
parent
deb920abb0
commit
6d06b4adaf
|
@ -11,4 +11,6 @@ cache:
|
||||||
|
|
||||||
install: /bin/true
|
install: /bin/true
|
||||||
script:
|
script:
|
||||||
- mvn -B -DTRAVIS_JOB_ID=$TRAVIS_JOB_ID -P COBERTURA clean cobertura:check && mvn -B clean install -Dcobertura.skip=true
|
- mvn -B -DTRAVIS_JOB_ID=$TRAVIS_JOB_ID -P COBERTURA clean cobertura:cobertura coveralls:report
|
||||||
|
|
||||||
|
#&& mvn -B clean install -Dcobertura.skip=true
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -229,7 +229,7 @@
|
||||||
<artifactId>cobertura-maven-plugin</artifactId>
|
<artifactId>cobertura-maven-plugin</artifactId>
|
||||||
<version>${maven_cobertura_plugin_version}</version>
|
<version>${maven_cobertura_plugin_version}</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<!--<skip>true</skip>-->
|
<skip>true</skip>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
Loading…
Reference in New Issue