Skip to content

Commit ccfeeda

Browse files
committed
.travis.yml: publish code coverage for all branches.
This should allow Codecoverage bot to show messages in pull requests.
1 parent 9e39fd8 commit ccfeeda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ script:
2525
fi
2626

2727
after_success:
28-
- if [ "$TRAVIS_BRANCH" = 'master' -a "$TRAVIS_PULL_REQUEST" = 'false' -a "$SPRING_PROFILES_ACTIVE" = 'travis' ]; then
28+
- if [ "$SPRING_PROFILES_ACTIVE" = 'travis' ]; then
2929
./src/main/scripts/ci/publish-code-coverage.sh;
3030
fi
3131

0 commit comments

Comments
 (0)