Add Travis-CI support. Thanks to @ssoper

This commit is contained in:
Joshua Hudson
2016-05-31 11:51:24 -07:00
parent 0746d77e2d
commit e29a44bac4
+7
View File
@@ -0,0 +1,7 @@
language: objective-c
osx_image: xcode7.1
podfile: ObjectiveCExample/Podfile
xcode_workspace: ObjectiveCExample/ObjectiveCExample.xcworkspace
xcode_scheme: ObjectiveCExample
script:
- xctool -workspace ObjectiveCExample/ObjectiveCExample.xcworkspace -scheme ObjectiveCExample -sdk iphonesimulator clean test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO