Summary:
Circle CI just released Xcode 9.4 https://discuss.circleci.com/t/xcode-9-4-availability-on-circleci/22648/5

Make sure react native still works with Xcode 9.4.

None

[IOS][MINOR] Upgrade CI
Closes https://github.com/facebook/react-native/pull/19629

Differential Revision: D8343236

Pulled By: hramos

fbshipit-source-id: 2266aeafc9a1b1c77ad842f06c9a137bb05b135d
This commit is contained in:
Joshua Wang 2018-06-09 00:19:06 -07:00 коммит произвёл Facebook Github Bot
Родитель 63540874ec
Коммит c55bcd6ea7
1 изменённых файлов: 4 добавлений и 6 удалений

Просмотреть файл

@ -316,7 +316,7 @@ android_defaults: &android_defaults
macos_defaults: &macos_defaults macos_defaults: &macos_defaults
<<: *defaults <<: *defaults
macos: macos:
xcode: "9.2.0" xcode: "9.4.0"
version: 2 version: 2
jobs: jobs:
@ -374,9 +374,8 @@ jobs:
- attach_workspace: - attach_workspace:
at: ~/react-native at: ~/react-native
- run: xcrun instruments -w "iPhone 5s (11.2)" || true - run: xcrun instruments -w "iPhone 5s (11.4)" || true
# See https://github.com/Homebrew/homebrew-core/issues/26358. # See https://github.com/Homebrew/homebrew-core/issues/26358.
- run: brew upgrade python > /dev/null
- run: brew install watchman - run: brew install watchman
- run: *run-objc-ios-tests - run: *run-objc-ios-tests
@ -390,9 +389,8 @@ jobs:
- attach_workspace: - attach_workspace:
at: ~/react-native at: ~/react-native
- run: xcrun instruments -w "Apple TV 1080p (11.2)" || true - run: xcrun instruments -w "Apple TV (11.4)" || true
# See https://github.com/Homebrew/homebrew-core/issues/26358. # See https://github.com/Homebrew/homebrew-core/issues/26358.
- run: brew upgrade python > /dev/null
- run: brew install watchman - run: brew install watchman
- run: *run-objc-tvos-tests - run: *run-objc-tvos-tests
@ -406,7 +404,7 @@ jobs:
- attach_workspace: - attach_workspace:
at: ~/react-native at: ~/react-native
- run: xcrun instruments -w "iPhone 5s (11.2)" || true - run: xcrun instruments -w "iPhone 5s (11.4)" || true
- run: *run-objc-ios-e2e-tests - run: *run-objc-ios-e2e-tests
- store_test_results: - store_test_results: