diff --git a/.travis.yml b/.travis.yml index 4f25709..1b9fd96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,8 @@ before_install: script: - ./gradlew test --stacktrace after_success: -- ./gradlew jacocoTestReport coveralls publishRelease +- ./gradlew jacocoTestReport coveralls +- if [ $TRAVIS_TAG ]; + then echo "Publishing to Play store..."; + ./gradlew publishRelease; + fi