From 4bc1377ac637cc0f4c3ad32f9010b5de0466494a Mon Sep 17 00:00:00 2001 From: Blake Watters Date: Fri, 14 Mar 2014 11:04:19 -0400 Subject: [PATCH] Install CocoaPods as workaround for travis-ci/travis-ci#1657 --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index d638690..56f9f17 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,4 @@ language: objective-c before_install: - - brew update - - brew uninstall xctool - - brew install xctool -script: rake spec + - gem install cocoapods +script: bundle exec rake spec