Skip to content

Commit

Permalink
Travis to Xcode 10 and updated test devices (also removed old iOS sim…
Browse files Browse the repository at this point in the history
…ulator start workaround)
  • Loading branch information
rhodgkins committed Apr 12, 2019
1 parent 920bc92 commit e0316a9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
language: objective-c
osx_image: xcode8
osx_image: xcode10
script:
# Workaround for Simulator getting stuck
# See: https://github.com/travis-ci/travis-ci/issues/3040#issuecomment-146700203
- open -b com.apple.iphonesimulator
- xcodebuild -project Tests/HTTPStatusCodes.xcodeproj -scheme HTTPStatusCodes clean build test
- xcodebuild -project Tests/HTTPStatusCodes.xcodeproj -scheme HTTPStatusCodes -destination "platform=iOS Simulator,name=iPhone 7" clean build test
- xcodebuild -project Tests/HTTPStatusCodes.xcodeproj -scheme HTTPStatusCodes -destination "platform=tvOS Simulator,name=Apple TV 1080p" clean build test
- xcodebuild -project Tests/HTTPStatusCodes.xcodeproj -scheme HTTPStatusCodes -destination "platform=iOS Simulator,name=iPhone X" clean build test
- xcodebuild -project Tests/HTTPStatusCodes.xcodeproj -scheme HTTPStatusCodes -destination "platform=tvOS Simulator,name=Apple TV 4K" clean build test

0 comments on commit e0316a9

Please sign in to comment.