File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 130130 <plugin >
131131 <groupId >org.codehaus.mojo</groupId >
132132 <artifactId >cobertura-maven-plugin</artifactId >
133- <version >2.6 </version >
133+ <version >2.7 </version >
134134 <configuration >
135135 <format >xml</format >
136136 <instrumentation >
Original file line number Diff line number Diff line change 22
33if [ " ${TRAVIS_PULL_REQUEST} " = " false" ]; then
44 echo ' $TRAVIS_PULL_REQUEST is false, running all tests'
5- mvn clean install -Dmaven.test.skip=true && mvn clean verify cobertura:cobertura-integration-test coveralls:report
5+ mvn clean install -Dmaven.test.skip=true
6+ mvn clean verify cobertura:cobertura-integration-test coveralls:report
67 codecov
78else
89 echo ' $TRAVIS_PULL_REQUEST is not false ($TRAVIS_PULL_REQUEST), running unit tests'
9- mvn clean install -Dmaven.test.skip=true && mvn clean test
10+ mvn clean install -Dmaven.test.skip=true
11+ mvn clean test
1012fi
You can’t perform that action at this time.
0 commit comments