From 5ecc3798ad1ec73750a434405604667bfc32e9ac Mon Sep 17 00:00:00 2001 From: Scott Goodson Date: Tue, 22 Sep 2015 16:34:40 -0700 Subject: [PATCH] Revert "Update Travis' Cocoapods version to 0.38.2" This reverts commit a9539fea1aac22f0c4922b34cbdf752f2a2061af. We can't get stuff done at Pinterest with the new version - need a day or two to get other stuff compliant. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9e4c1005c..8899c440c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: objective-c before_install: - brew update - brew reinstall xctool - - gem install cocoapods -v 0.38.2 + - gem install cocoapods -v 0.37.2 - gem install slather - xcrun simctl list install: echo "<3"