We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10b1cdc commit 07390d3Copy full SHA for 07390d3
.travis.yml
@@ -1,13 +1,13 @@
1
os: osx
2
-osx_image: xcode8
+osx_image: xcode9
3
sudo: false
4
language: objective-c
5
6
env:
7
- - SDK="iphoneos10.0"
+ - SDK="iphoneos11.0"
8
9
script:
10
- - xcodebuild clean build -sdk $SDK -configuration Debug CODE_SIGN_IDENTITY=\"\" CODE_SIGNING_REQUIRED=NO
+ - xcodebuild clean build -sdk $SDK -configuration Debug CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
11
12
before_install:
13
- xcodebuild -showsdks
0 commit comments