Browse Source

travis-ci fix indentation

QGC4.4
Daniel Agar 8 years ago
parent
commit
261efbd9ea
No known key found for this signature in database
GPG Key ID: FD3CBA98017A69DE
  1. 4
      .travis.yml

4
.travis.yml

@ -187,9 +187,9 @@ after_success:
- if [ "${TRAVIS_TAG}" ]; then - if [ "${TRAVIS_TAG}" ]; then
GOOGLE_PLAY_PKG=org.mavlink.qgroundcontrol; GOOGLE_PLAY_PKG=org.mavlink.qgroundcontrol;
elif [ "${TRAVIS_BRANCH}" = "master" ]; then elif [ "${TRAVIS_BRANCH}" = "master" ]; then
GOOGLE_PLAY_PKG=org.mavlink.qgroundcontrolbeta; GOOGLE_PLAY_PKG=org.mavlink.qgroundcontrolbeta;
else else
GOOGLE_PLAY_PKG=none; GOOGLE_PLAY_PKG=none;
fi fi
- if [[ "${SPEC}" = "android-g++" && "${TRAVIS_PULL_REQUEST}" = "false" && "${GOOGLE_PLAY_PKG}" != "none" ]]; then - if [[ "${SPEC}" = "android-g++" && "${TRAVIS_PULL_REQUEST}" = "false" && "${GOOGLE_PLAY_PKG}" != "none" ]]; then
pip install --user google-api-python-client PyOpenSSL && pip install --user google-api-python-client PyOpenSSL &&

Loading…
Cancel
Save