Skip to content

Commit e0316a9

Browse files
committed
Travis to Xcode 10 and updated test devices (also removed old iOS simulator start workaround)
1 parent 920bc92 commit e0316a9

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
language: objective-c
2-
osx_image: xcode8
2+
osx_image: xcode10
33
script:
4-
# Workaround for Simulator getting stuck
5-
# See: https://github.com/travis-ci/travis-ci/issues/3040#issuecomment-146700203
6-
- open -b com.apple.iphonesimulator
74
- xcodebuild -project Tests/HTTPStatusCodes.xcodeproj -scheme HTTPStatusCodes clean build test
8-
- xcodebuild -project Tests/HTTPStatusCodes.xcodeproj -scheme HTTPStatusCodes -destination "platform=iOS Simulator,name=iPhone 7" clean build test
9-
- xcodebuild -project Tests/HTTPStatusCodes.xcodeproj -scheme HTTPStatusCodes -destination "platform=tvOS Simulator,name=Apple TV 1080p" clean build test
5+
- xcodebuild -project Tests/HTTPStatusCodes.xcodeproj -scheme HTTPStatusCodes -destination "platform=iOS Simulator,name=iPhone X" clean build test
6+
- xcodebuild -project Tests/HTTPStatusCodes.xcodeproj -scheme HTTPStatusCodes -destination "platform=tvOS Simulator,name=Apple TV 4K" clean build test

0 commit comments

Comments
 (0)