From 01e4a80228d9cda1f2eca797522d971fb7afac37 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sun, 5 Apr 2015 17:44:02 -0400 Subject: [PATCH] Minor syntax fix --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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