1 Commits

Author SHA1 Message Date
Mike Maxwell 5a3a0f89f0 Attempting to fix cocoapods error in Travis 2016-01-27 16:00:18 -08:00
+3 -1
View File
@@ -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