Browse Source

Fix play upload test

QGC4.4
Don Gagne 5 years ago
parent
commit
3a0b671510
  1. 2
      .travis.yml

2
.travis.yml

@ -228,7 +228,7 @@ after_success: @@ -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 &&

Loading…
Cancel
Save