Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit 58f03f4

Browse files
committed
don't send coverage on pull requests
1 parent 2b4dead commit 58f03f4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ before_install:
55
- chmod +x ./gradlew
66
script:
77
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then bash ./gradlew check; fi'
8-
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash ./gradlew test integrationTest; fi'
9-
- "./gradlew sendCoverageToCodacy"
8+
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash ./gradlew test integrationTest sendCoverageToCodacy; fi'
109
deploy:
1110
- provider: releases
1211
api_key:

0 commit comments

Comments
 (0)