Skip to content

Commit 9c58994

Browse files
author
maskara
committed
Update publish task
1 parent 5b74507 commit 9c58994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ before_script:
3030
script:
3131
- "./gradlew clean check connectedCheck jacocoTestReport"
3232
- if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
33-
./gradlew publishBundle;
33+
./gradlew publishProdReleaseApk;
3434
fi
3535
after_success:
3636
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)