Move iOS simulator builds to allowed_failures in Travis

pull/762/head
Jeffrey Walton 2018-12-08 11:40:53 -05:00
parent 95964fd0b3
commit 7777704a38
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 7 additions and 6 deletions

View File

@ -121,6 +121,13 @@ matrix:
- BUILD_OS=osx - BUILD_OS=osx
- BUILD_MODE=ios - BUILD_MODE=ios
- PLATFORM=AppleTVOS - PLATFORM=AppleTVOS
allow_failures:
- os: osx
env:
- BUILD_OS=osx
- BUILD_MODE=ios
- PLATFORM=WatchOS
- os: osx - os: osx
env: env:
- BUILD_OS=osx - BUILD_OS=osx
@ -137,12 +144,6 @@ matrix:
- BUILD_MODE=ios - BUILD_MODE=ios
- PLATFORM=AppleTVSimulator - PLATFORM=AppleTVSimulator
allow_failures:
- os: osx
env:
- BUILD_OS=osx
- BUILD_MODE=ios
- PLATFORM=WatchOS
- os: linux - os: linux
env: env:
- BUILD_OS=linux - BUILD_OS=linux