aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2016-05-20 11:06:04 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2016-05-20 11:06:04 -0700
commit44477d2661b79de1d487e757e5deff199e4f8d19 (patch)
tree2a5c8aad7ed9ddf660c85f83fa1bd425c66ce34c /.travis.yml
parentc23f556fb216fb8e11836cf30bb72a35e78496af (diff)
And print version before and after install, so we can always check.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index d98d36e748..93fc9e1acd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,10 @@ env:
- TEST=objc
- JOBS=1
before_install:
+ - pod --version
+ - gem uninstall cocoapods -a
- gem install cocoapods -v '1.0.0'
+ - pod --version
- brew install gflags
# Pod install does this too, but we don't want the output.
- pod repo update --silent