Compare commits
1 Commits
master
...
travis-fixes
| Author | SHA1 | Date | |
|---|---|---|---|
| 5a3a0f89f0 |
+3
-1
@@ -6,7 +6,9 @@ language: objective-c
|
||||
cache: cocoapods
|
||||
podfile: Example/Podfile
|
||||
before_install:
|
||||
- gem install cocoapods # Since Travis is not always on latest version
|
||||
- rvm install 2.2.2
|
||||
- rvm use 2.2.2
|
||||
- gem install cocoapods
|
||||
- pod install --project-directory=Example
|
||||
install:
|
||||
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
|
||||
|
||||
Reference in New Issue
Block a user