mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-05 07:38:20 -05:00
No, I do actually want to only release on a tag
This commit is contained in:
parent
7bcb676532
commit
aec86f9898
@ -12,4 +12,8 @@ before_install:
|
|||||||
script:
|
script:
|
||||||
- ./gradlew test --stacktrace
|
- ./gradlew test --stacktrace
|
||||||
after_success:
|
after_success:
|
||||||
- ./gradlew jacocoTestReport coveralls publishRelease
|
- ./gradlew jacocoTestReport coveralls
|
||||||
|
- if [ $TRAVIS_TAG ];
|
||||||
|
then echo "Publishing to Play store...";
|
||||||
|
./gradlew publishRelease;
|
||||||
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user