Skip to content

Commit 8feb268

Browse files
author
Ajay Kannan
committed
Run coveralls for PRs as well
1 parent fac7687 commit 8feb268

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utilities/after_success.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ source ./utilities/integration_test_env.sh
77
echo "Travis branch: " ${TRAVIS_BRANCH}
88
echo "Travis pull request: " ${TRAVIS_PULL_REQUEST}
99
echo "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

0 commit comments

Comments
 (0)