From a5d5f496102a6f8fa07e06f2bc79002f58705840 Mon Sep 17 00:00:00 2001 From: Ricardo Pereira Date: Wed, 31 Aug 2016 10:23:12 +0100 Subject: [PATCH] Travis: update CocoaPod to v1.0.1 (#467) --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cb07b1bba..a44ba4fa6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,10 @@ install: # Install Scan # Automatically switches to the travis formatter when running on Travis - gem install scan + # Remove old versions of CocoaPods + - gem uninstall cocoapods -aIx # Install CocoaPods - - gem install cocoapods -v '0.39.0' --no-rdoc --no-ri --no-document --quiet + - gem install cocoapods -v '1.0.1' --no-rdoc --no-ri --no-document --quiet - pod install # List of schemes - xcodebuild -workspace ./Ably.xcworkspace -list