Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.19 KB

Readme.md

File metadata and controls

27 lines (21 loc) · 1.19 KB

Build Status

This project demonstrates the usage of Travis CI for testing, building, signing and distributing an App. The gist from Johannes Würbach was a great help for me in setting up this project. A detailed explaination on how to use it can be found here.

Overview

It combines the following services/tools:

Setup

Open Terminal and follow these steps:

git clone git@github.com:MattesGroeger/TravisExample-iOS.git
cd TravisExample-iOS
sudo gem install bundler
bundle install
pod install
open TravisExample.xcworkspace

Now you can inspect and run the App locally.