mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-04 23:28:19 -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:
|
||||
- ./gradlew test --stacktrace
|
||||
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