The Travis CI tool, a hosted, free for open source, continuous integration service popular in the Ruby world now supports iOS and Mac development.
Here’s a tutorial from Mattes Groeger explaining in-depth how to use the Travis CI tool for iOS development.
Specifically the tutorial covers the following and more:
– Integration with Github
– Project configuration
– Setting up custom build commands with xcodebuild or xctool
– App provisioning
– Distributing with TestFlight or HockeyApp
You can find the tutorial over on the Objc.io site.
Thanks to Mattes for the submission.