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