We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b4dead commit 58f03f4Copy full SHA for 58f03f4
1 file changed
.travis.yml
@@ -5,8 +5,7 @@ before_install:
5
- chmod +x ./gradlew
6
script:
7
- '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"
+- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash ./gradlew test integrationTest sendCoverageToCodacy; fi'
10
deploy:
11
- provider: releases
12
api_key:
0 commit comments