diff --git a/.travis.yml b/.travis.yml index 3dafcca1c3dfb3d0e79b022599f55a90276a2c9f..738f0f096f16fe5ec5772533ccd190a7b64a32a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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