From 002861d3a1792ceb2d80de1da2e1e0f49daab2ea Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Sun, 9 Apr 2017 01:15:58 -0400 Subject: [PATCH] travis-ci fix google play beta deploy pkg --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 56c3554f5..bfc0d3ead 100644 --- a/.travis.yml +++ b/.travis.yml @@ -189,10 +189,9 @@ after_success: # master development builds to beta track # tagged releases first to beta track then manually move to production + - GOOGLE_PLAY_PKG=org.mavlink.qgroundcontrolbeta - if [ "${TRAVIS_TAG}" ]; then - GOOGLE_PLAY_PKG=org.mavlink.qgroundcontrol - else - GOOGLE_PLAY_PKG=org.mavlink.qgroundcontrolbeta + GOOGLE_PLAY_PKG=org.mavlink.qgroundcontrol; fi - if [[ "${SPEC}" = "android-g++" && "${TRAVIS_PULL_REQUEST}" = "false" && "${TRAVIS_BRANCH}" = "master" ]]; then pip install --user google-api-python-client PyOpenSSL && -- 2.22.0