Skip to content

Commit 60ab168

Browse files
author
Mattes Groeger
committed
Update Readme.md
1 parent 2ac32b4 commit 60ab168

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

Readme.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,16 @@ This project demonstates the usage of [Travis CI](http://www.travis-ci.org/). It
88
* CocoaPods
99
* Kiwi Testing Framework
1010
* Travis CI configuration
11-
* Build script (TODO)
12-
* Coveralls integration (TODO)
13-
* Testflight integration (TODO)
11+
* App signing
12+
* Testflight distibution
13+
* Hockeyapp distribution
1414

1515
## Setup
16-
17-
1. Clone the project
18-
2. Run `pod install`
16+
```
17+
git clone [email protected]:MattesGroeger/TravisExample-iOS.git
18+
cd TravisExample
19+
sudo gem install bundler
20+
bundle install
21+
pod install
22+
open TravisExample.xcworkspace
23+
```

0 commit comments

Comments
 (0)