Added travis.yml setup file for Xcode 8
This commit is contained in:
parent
f018c60b70
commit
7f395f6d05
|
|
@ -0,0 +1,4 @@
|
|||
language: objective-c
|
||||
osx_image: xcode8.3
|
||||
|
||||
script: xcodebuild clean && xcodebuild build -project TGPControls.xcodeproj -scheme TGPControls CODE_SIGNING_REQUIRED=NO
|
||||
Loading…
Reference in New Issue