diff --git a/.travis.yml b/.travis.yml index b24795f8967cf7cf4cb0079438550cad88e09fd6..4e3d54e7a2511631c70d1663320d56b937765f51 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 &&