Don't use tagging for releases - anything on master goes to Play

Use feature branches for development!
parser-fixes
Bradlee Speice 2015-04-05 19:59:25 -04:00
parent 01e4a80228
commit 1a5f7222cb
1 changed files with 1 additions and 5 deletions

View File

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