Skip to content

Commit 07390d3

Browse files
committed
Update .travis to Xcode 9
1 parent 10b1cdc commit 07390d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
os: osx
2-
osx_image: xcode8
2+
osx_image: xcode9
33
sudo: false
44
language: objective-c
55

66
env:
7-
- SDK="iphoneos10.0"
7+
- SDK="iphoneos11.0"
88

99
script:
10-
- xcodebuild clean build -sdk $SDK -configuration Debug CODE_SIGN_IDENTITY=\"\" CODE_SIGNING_REQUIRED=NO
10+
- xcodebuild clean build -sdk $SDK -configuration Debug CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
1111

1212
before_install:
1313
- xcodebuild -showsdks

0 commit comments

Comments
 (0)