Skip to content

Commit 46f4e9e

Browse files
Xcode 9.3 on Travis
1 parent 7ad5ce9 commit 46f4e9e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: objective-c
2-
osx_image: xcode8.3
2+
osx_image: xcode9.3
33

44
before_install:
55
# Fix Travis xcodebuild exited with 65 https://github.com/travis-ci/travis-ci/issues/6675#issuecomment-257964767
6-
- export IOS_SIMULATOR_UDID=`instruments -s devices | grep -m 1 "iPhone 7 (10.3" | awk -F '[ ]' '{print $4}' | awk -F '[\[]' '{print $2}' | sed 's/.$//'`
6+
- export IOS_SIMULATOR_UDID=`instruments -s devices | grep -m 1 "iPhone 8 (11" | awk -F '[ ]' '{print $4}' | awk -F '[\[]' '{print $2}' | sed 's/.$//'`
77
- echo $IOS_SIMULATOR_UDID
88
- open -a "simulator" --args -CurrentDeviceUDID $IOS_SIMULATOR_UDID
99

0 commit comments

Comments
 (0)