Travis CI was selected as the solution to automate iOS app builds and testing at GetYourGuide. It allows configuring builds that are triggered on every code push, producing binaries that can be tested. The .travis.yml file was configured to use the iPhone SDK, differentiate builds by branch, and archive and distribute the builds. Scripts were added for importing certificates, building and testing the app, archiving it into an IPA, and uploading the IPA and release notes to HockeyApp. This allows automatically deploying different versions of the app to testers after code changes, relieving developers of repetitive manual tasks.