Compare commits
2 Commits
0.2.3
...
travis-fixes
| Author | SHA1 | Date | |
|---|---|---|---|
| 5a3a0f89f0 | |||
| 4192455568 |
+6
-4
@@ -3,10 +3,12 @@
|
||||
# * https://github.com/supermarin/xcpretty#usage
|
||||
|
||||
language: objective-c
|
||||
# cache: cocoapods
|
||||
# podfile: Example/Podfile
|
||||
# before_install:
|
||||
- gem install cocoapods # Since Travis is not always on latest version
|
||||
cache: cocoapods
|
||||
podfile: Example/Podfile
|
||||
before_install:
|
||||
- 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