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 5b74507 commit 9c58994Copy full SHA for 9c58994
.travis.yml
@@ -30,7 +30,7 @@ before_script:
30
script:
31
- "./gradlew clean check connectedCheck jacocoTestReport"
32
- if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
33
- ./gradlew publishBundle;
+ ./gradlew publishProdReleaseApk;
34
fi
35
after_success:
36
- bash <(curl -s https://codecov.io/bash)
0 commit comments