diff --git a/.travis.yml b/.travis.yml index b378d6b21ad9b8f45f1c8f65c7f0d2ffa3094bf6..15dbca27664110e933b07e6c9b2d62f8549c1e1f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -187,9 +187,9 @@ after_success: - if [ "${TRAVIS_TAG}" ]; then GOOGLE_PLAY_PKG=org.mavlink.qgroundcontrol; elif [ "${TRAVIS_BRANCH}" = "master" ]; then - GOOGLE_PLAY_PKG=org.mavlink.qgroundcontrolbeta; + GOOGLE_PLAY_PKG=org.mavlink.qgroundcontrolbeta; else - GOOGLE_PLAY_PKG=none; + GOOGLE_PLAY_PKG=none; fi - if [[ "${SPEC}" = "android-g++" && "${TRAVIS_PULL_REQUEST}" = "false" && "${GOOGLE_PLAY_PKG}" != "none" ]]; then pip install --user google-api-python-client PyOpenSSL &&