File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ source ./utilities/integration_test_env.sh
77echo " Travis branch: " ${TRAVIS_BRANCH}
88echo " Travis pull request: " ${TRAVIS_PULL_REQUEST}
99echo " Travis JDK version: " ${TRAVIS_JDK_VERSION}
10- if [ " ${TRAVIS_JDK_VERSION} " == " oraclejdk7" -a " ${TRAVIS_BRANCH} " == " master" -a " ${TRAVIS_PULL_REQUEST} " == " false" ]; then
11- mvn cobertura:cobertura coveralls:report
10+ mvn cobertura:cobertura coveralls:report
1211
12+ if [ " ${TRAVIS_JDK_VERSION} " == " oraclejdk7" -a " ${TRAVIS_BRANCH} " == " master" -a " ${TRAVIS_PULL_REQUEST} " == " false" ]; then
1313 SITE_VERSION=$( mvn org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=project.version | grep -Ev ' (^\[|\w+:)' )
1414 if [ " ${SITE_VERSION##* -} " != " SNAPSHOT" ]; then
1515 # Deploy site if not a SNAPSHOT
You can’t perform that action at this time.
0 commit comments