Skip to content

Commit 5c82af6

Browse files
committed
Update CI for Xcode 10.2
1 parent 378fcf9 commit 5c82af6

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,6 +1,6 @@
11
language: objective-c
22
os: osx
3-
osx_image: xcode10
3+
osx_image: xcode10.2
44

55
env:
66
global:
@@ -26,7 +26,7 @@ matrix:
2626

2727
script:
2828
- set -o pipefail
29-
- xcodebuild $ACTION -project $PROJECT -scheme $SCHEME -sdk $SDK -destination 'name=iPhone XS,OS=12.0' -configuration $CONFIG ENABLE_TESTABILITY=YES | xcpretty
29+
- xcodebuild $ACTION -project $PROJECT -scheme $SCHEME -sdk $SDK -destination 'name=iPhone XS,OS=12.2' -configuration $CONFIG ENABLE_TESTABILITY=YES | xcpretty
3030

3131
notifications:
3232
email: false

0 commit comments

Comments
 (0)