We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad5ce9 commit 46f4e9eCopy full SHA for 46f4e9e
1 file changed
.travis.yml
@@ -1,9 +1,9 @@
1
language: objective-c
2
-osx_image: xcode8.3
+osx_image: xcode9.3
3
4
before_install:
5
# 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/.$//'`
+ - export IOS_SIMULATOR_UDID=`instruments -s devices | grep -m 1 "iPhone 8 (11" | awk -F '[ ]' '{print $4}' | awk -F '[\[]' '{print $2}' | sed 's/.$//'`
7
- echo $IOS_SIMULATOR_UDID
8
- open -a "simulator" --args -CurrentDeviceUDID $IOS_SIMULATOR_UDID
9
0 commit comments