From 3a0b671510a50cf7536696eec2de39ced6499089 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Wed, 25 Mar 2020 19:12:40 -0700 Subject: [PATCH] Fix play upload test --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b24795f89..4e3d54e7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -228,7 +228,7 @@ after_success: else GOOGLE_PLAY_PKG=none; fi - - if [[ "${SPEC}" = "android-clang" && "${TRAVIS_PULL_REQUEST}" = "false" && "${GOOGLE_PLAY_PKG}" != "none" ]]; then + - if [[ "${TRAVIS_PULL_REQUEST}" = "false" && "${GOOGLE_PLAY_PKG}" != "none" ]]; then wget --quiet https://s3-us-west-2.amazonaws.com/qgroundcontrol/builds/${TRAVIS_BRANCH}/QGroundControl32.apk && wget --quiet https://s3-us-west-2.amazonaws.com/qgroundcontrol/builds/${TRAVIS_BRANCH}/QGroundControl64.apk && pip install --user --upgrade oauth2client && -- 2.22.0