2 Commits

Author SHA1 Message Date
Mike Maxwell 5a3a0f89f0 Attempting to fix cocoapods error in Travis 2016-01-27 16:00:18 -08:00
Mike Maxwell 4192455568 Fixing Travis issues 2016-01-27 10:55:32 -08:00
+6 -4
View File
@@ -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