Skip to content

Instantly share code, notes, and snippets.

@kouky
Created April 11, 2014 09:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kouky/10454567 to your computer and use it in GitHub Desktop.
Save kouky/10454567 to your computer and use it in GitHub Desktop.
iOS Travis yml
# Make sure to create a Shared Scheme for your application target
# http://docs.travis-ci.com/user/languages/objective-c/
language: objective-c
before_install:
- gem install cocoapods --no-rdoc --no-ri
before_script:
- brew update
- brew upgrade xctool
xcode_workspace: YourApp.xcworkspace
xcode_scheme: YourApp
xcode_sdk: iphonesimulator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment