Commit 948fcd47 authored by Daniel Agar's avatar Daniel Agar

travis-ci android deploy releases to beta track

parent fd3da513
......@@ -185,8 +185,11 @@ after_success:
# android google play deploy
- export GOOGLE_PLAY_TRACK=none;
# master development builds to beta track
# tagged releases first to beta track then manually move to production
- if [ "${TRAVIS_TAG}" ]; then
GOOGLE_PLAY_TRACK=production;
GOOGLE_PLAY_TRACK=beta;
elif [ "${TRAVIS_BRANCH}" = "master" ]; then
GOOGLE_PLAY_TRACK=beta;
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment