We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0533aa2 commit 418d705Copy full SHA for 418d705
.travis.yml
@@ -2,8 +2,8 @@ language: objective-c
2
osx_image: xcode9.3beta
3
sudo: false
4
env:
5
- - iOS= DST='platform=iOS Simulator,name=iPhone 6S' ACTION=test DEVICE='iPhone 6s (10.0)'
6
- - tvOS= DST='platform=tvOS Simulator,name=Apple TV 1080p' ACTION=test DEVICE='Apple TV 1080p (10.0)'
+ - iOS= DST='platform=iOS Simulator,name=iPhone X' ACTION=test DEVICE='iPhone X (11.3)'
+ - tvOS= DST='platform=tvOS Simulator,name=Apple TV 4K' ACTION=test DEVICE='Apple TV 4K (11.3)'
7
- macOS= DST='platform=OS X' ACTION=test
8
before_install:
9
- brew update
0 commit comments