Browse Source

travis-ci android deploy releases to beta track

QGC4.4
Daniel Agar 9 years ago
parent
commit
948fcd472f
  1. 5
      .travis.yml

5
.travis.yml

@ -185,8 +185,11 @@ after_success: @@ -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

Loading…
Cancel
Save