Skip to content

Commit

Permalink
Add Travis-CI support. Thanks to @ssoper
Browse files Browse the repository at this point in the history
  • Loading branch information
jhudsonWA committed May 31, 2016
1 parent 0746d77 commit e29a44b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e29a44b

Please sign in to comment.