Add iOS Watch and TV simulator testing
parent
c52e99a3c1
commit
c531c1c550
10
.travis.yml
10
.travis.yml
|
|
@ -126,6 +126,16 @@ matrix:
|
||||||
- BUILD_OS=osx
|
- BUILD_OS=osx
|
||||||
- BUILD_MODE=ios
|
- BUILD_MODE=ios
|
||||||
- PLATFORM=iPhoneSimulator
|
- PLATFORM=iPhoneSimulator
|
||||||
|
- os: osx
|
||||||
|
env:
|
||||||
|
- BUILD_OS=osx
|
||||||
|
- BUILD_MODE=ios
|
||||||
|
- PLATFORM=WatchSimulator
|
||||||
|
- os: osx
|
||||||
|
env:
|
||||||
|
- BUILD_OS=osx
|
||||||
|
- BUILD_MODE=ios
|
||||||
|
- PLATFORM=AppleTVSimulator
|
||||||
|
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- os: osx
|
- os: osx
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue