Merge pull request #169 from cozzin/feature/xcode10.3

Use Xcode 10.3 in Travis
This commit is contained in:
Antoine Cœur
2019-08-22 15:20:31 +08:00
committed by GitHub

View File

@@ -1,10 +1,10 @@
os: osx
osx_image: xcode10.2
osx_image: xcode10.3
sudo: false
language: objective-c
env:
- SDK="iphoneos12.2"
- SDK="iphoneos12.4"
script:
- xcodebuild clean build -sdk $SDK -configuration Debug CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO