diff --git a/.travis.yml b/.travis.yml index 6c744d7..1b9fd96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,5 +13,7 @@ script: - ./gradlew test --stacktrace after_success: - ./gradlew jacocoTestReport coveralls -- if [ $TRAVIS_TAG ]; then echo "Publishing to Play store..." ./gradlew publishRelease +- if [ $TRAVIS_TAG ]; + then echo "Publishing to Play store..."; + ./gradlew publishRelease; fi