Skip to content

Commit

Permalink
Disable build android in travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Apr 9, 2019
1 parent 177bdb6 commit 502d1b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ env:
- BUILD_TARGERT="unix" RABBIT_ARCH="unix" QT_VERSION_DIR=5.9 QT_VERSION=5.9.7
- BUILD_TARGERT="unix" RABBIT_ARCH="unix" QT_VERSION_DIR=5.6 QT_VERSION=5.6.3

- BUILD_TARGERT="android" RABBIT_ARCH="armv7" QT_VERSION_DIR=5.12 QT_VERSION=5.12.2
- BUILD_TARGERT="android" RABBIT_ARCH="armv7" QT_VERSION_DIR=5.8 QT_VERSION=5.9.7
- BUILD_TARGERT="android" RABBIT_ARCH="armv7" QT_VERSION_DIR=5.6 QT_VERSION=5.6.3
#- BUILD_TARGERT="android" RABBIT_ARCH="armv7" QT_VERSION_DIR=5.12 QT_VERSION=5.12.2
#- BUILD_TARGERT="android" RABBIT_ARCH="armv7" QT_VERSION_DIR=5.8 QT_VERSION=5.9.7
#- BUILD_TARGERT="android" RABBIT_ARCH="armv7" QT_VERSION_DIR=5.6 QT_VERSION=5.6.3

before_install:
- echo "TRAVIS_OS_NAME=${TRAVIS_OS_NAME}"
Expand Down

0 comments on commit 502d1b5

Please sign in to comment.