aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2017-08-11 17:40:36 -0700
committerGravatar GitHub <noreply@github.com>2017-08-11 17:40:36 -0700
commitd7778595c168ae4d6f4838c74fb24c7c838b49c9 (patch)
tree1c645d43926398459a8a664085d2626e6c1a4fe6 /.travis.yml
parent8c3ef6b780d5b9b116c693b3b440dcc7f68b4827 (diff)
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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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