Add missing iOS architectures for Travis
parent
7777704a38
commit
99b7a73047
11
.travis.yml
11
.travis.yml
|
|
@ -121,6 +121,16 @@ matrix:
|
|||
- BUILD_OS=osx
|
||||
- BUILD_MODE=ios
|
||||
- PLATFORM=AppleTVOS
|
||||
- os: osx
|
||||
env:
|
||||
- BUILD_OS=osx
|
||||
- BUILD_MODE=ios
|
||||
- PLATFORM=WatchSimulator
|
||||
- os: osx
|
||||
env:
|
||||
- BUILD_OS=osx
|
||||
- BUILD_MODE=ios
|
||||
- PLATFORM=AppleTVSimulator
|
||||
|
||||
allow_failures:
|
||||
- os: osx
|
||||
|
|
@ -143,7 +153,6 @@ matrix:
|
|||
- BUILD_OS=osx
|
||||
- BUILD_MODE=ios
|
||||
- PLATFORM=AppleTVSimulator
|
||||
|
||||
- os: linux
|
||||
env:
|
||||
- BUILD_OS=linux
|
||||
|
|
|
|||
Loading…
Reference in New Issue