1
0
Mirror von https://github.com/MinimalBible/MinimalBible synchronisiert 2025-12-16 10:06:26 -05:00

No, I do actually want to only release on a tag

Dieser Commit ist enthalten in:
Bradlee Speice
2015-04-16 00:36:08 -04:00
Ursprung 7bcb676532
Commit aec86f9898

Datei anzeigen

@ -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