Minor syntax fix

parser-fixes test_release_2
Bradlee Speice 2015-04-05 17:44:02 -04:00
parent 0b738b18fe
commit 01e4a80228
1 changed files with 3 additions and 1 deletions

View File

@ -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