mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-04 23:28:19 -05:00
Minor syntax fix
This commit is contained in:
parent
0b738b18fe
commit
01e4a80228
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user