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