aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2016-05-20 11:05:23 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2016-05-20 11:05:23 -0700
commitc23f556fb216fb8e11836cf30bb72a35e78496af (patch)
tree9c5452b1007a7e9df554bbd2e46d15602bf22944 /.travis.yml
parent8ee9c7e85c502d3716e256176fce6942fb26b2c0 (diff)
Install Cocoapods 1.0.0 now that it’s released
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 1966d30f74..d98d36e748 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ env:
- TEST=objc
- JOBS=1
before_install:
- - gem install cocoapods -v '1.0.0.beta.4'
+ - gem install cocoapods -v '1.0.0'
- brew install gflags
# Pod install does this too, but we don't want the output.
- pod repo update --silent