From d7778595c168ae4d6f4838c74fb24c7c838b49c9 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Fri, 11 Aug 2017 17:40:36 -0700 Subject: Update Firebase.xcodeproj with CocoaPods 1.3.1 perf improvements (#189) * Remove "OSX" cruft (should be macOS) * Update travis to use CocoaPods 1.3.1 * Update AuthSamples project as well --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 271105f..86f2b04 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ cache: rvm: 2.3.1 before_install: - gem uninstall cocoapods -a - - gem install cocoapods -v 1.2.0 # Since Travis is not always on latest version + - gem install cocoapods -v 1.3.1 # Since Travis is not always on latest version - gem install xcpretty - pod install --project-directory=Example --repo-update -- cgit v1.2.3