Move iOS simulator builds to allowed_failures in Travis
parent
95964fd0b3
commit
7777704a38
13
.travis.yml
13
.travis.yml
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue