mirror of
https://github.com/MinimalBible/MinimalBible
synced 2025-08-01 21:14:45 -04:00
Don't use tagging for releases - anything on master goes to Play
Use feature branches for development!
This commit is contained in:
@ -12,8 +12,4 @@ before_install:
|
|||||||
script:
|
script:
|
||||||
- ./gradlew test --stacktrace
|
- ./gradlew test --stacktrace
|
||||||
after_success:
|
after_success:
|
||||||
- ./gradlew jacocoTestReport coveralls
|
- ./gradlew jacocoTestReport coveralls publishRelease
|
||||||
- if [ $TRAVIS_TAG ];
|
|
||||||
then echo "Publishing to Play store...";
|
|
||||||
./gradlew publishRelease;
|
|
||||||
fi
|
|
||||||
|
Reference in New Issue
Block a user