Created
April 11, 2014 09:50
-
-
Save kouky/10454567 to your computer and use it in GitHub Desktop.
iOS Travis yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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