From 6e13c3ebab18fb6688550412e480bdee929aa381 Mon Sep 17 00:00:00 2001 From: Ethan Nagel Date: Fri, 24 Jul 2015 23:05:14 -0700 Subject: [PATCH 1/2] Attempt to fix travis by specifying cocoapods 0.37.2 explicitly --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f160932b2e..492641fb53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: objective-c before_install: - brew update - brew reinstall xctool - - gem update cocoapods + - gem update cocoapods -v 0.37.2 - xcrun simctl list install: echo "<3" env: From 9b427576f235b2fa1da8f67e261d61aae3d21037 Mon Sep 17 00:00:00 2001 From: Ethan Nagel Date: Fri, 24 Jul 2015 23:22:57 -0700 Subject: [PATCH 2/2] Attempt to fix travis by specifying cocoapods 0.37.2 explicitly --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 492641fb53..35dc2d00eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: objective-c before_install: - brew update - brew reinstall xctool - - gem update cocoapods -v 0.37.2 + - gem install cocoapods -v 0.37.2 - xcrun simctl list install: echo "<3" env: