Minor syntax fix

This commit is contained in:
Bradlee Speice 2015-04-05 17:44:02 -04:00
parent 0b738b18fe
commit 01e4a80228

View File

@ -13,5 +13,7 @@ script:
- ./gradlew test --stacktrace - ./gradlew test --stacktrace
after_success: after_success:
- ./gradlew jacocoTestReport coveralls - ./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 fi