Skip to content

Commit bd9b58b

Browse files
remove verify before calling cobertura
1 parent 52c665b commit bd9b58b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
44
echo '$TRAVIS_PULL_REQUEST is false, running all tests'
5-
mvn clean verify cobertura:cobertura-integration-test coveralls:report
5+
mvn clean cobertura:cobertura-integration-test coveralls:report
66
else
77
echo '$TRAVIS_PULL_REQUEST is not false ($TRAVIS_PULL_REQUEST), running unit tests'
88
mvn clean test

0 commit comments

Comments
 (0)