Disable Travis iOS testing (GH #570)

pull/574/head
Jeffrey Walton 2018-01-21 12:48:50 -05:00
parent 133b2411d4
commit 5631da3697
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
2 changed files with 16 additions and 17 deletions

View File

@ -32,10 +32,6 @@ env:
- BUILD_MODE="debug" - BUILD_MODE="debug"
- BUILD_MODE="asan" - BUILD_MODE="asan"
- BUILD_MODE="ubsan" - BUILD_MODE="ubsan"
- BUILD_MODE="ios-arm"
- BUILD_MODE="ios-arm64"
- BUILD_MODE="ios-watch"
- BUILD_MODE="ios-tv"
matrix: matrix:
@ -88,18 +84,21 @@ matrix:
env: env:
- BUILD_MODE=android - BUILD_MODE=android
- PLATFORM=x86_64 - PLATFORM=x86_64
- os: osx
env: # Travis infrastructure problems, Issue 570
- BUILD_MODE=ios # Re-enable when OS X and iOS improves
- PLATFORM=iPhoneOS #- os: osx
- os: osx # env:
env: # - BUILD_MODE=ios
- BUILD_MODE=ios # - PLATFORM=iPhoneOS
- PLATFORM=WatchOS #- os: osx
- os: osx # env:
env: # - BUILD_MODE=ios
- BUILD_MODE=ios # - PLATFORM=WatchOS
- PLATFORM=AppleTVOS #- os: osx
# env:
# - BUILD_MODE=ios
# - PLATFORM=AppleTVOS
before_install: before_install:
- | - |