aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Paul Querna <pquerna@apache.org>2016-03-04 09:00:29 -0800
committerGravatar Paul Querna <pquerna@apache.org>2016-03-04 09:00:29 -0800
commit8ee9c7e85c502d3716e256176fce6942fb26b2c0 (patch)
tree49c9b0ca47cc83ae3c4ec90e5bb0866a7cec5ae3 /.travis.yml
parentaed11dd7562fd689f11723e5d2385e1c6dcf7197 (diff)
print cocoapods version before pod install
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index feee271383..1966d30f74 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +15,7 @@ install:
- pushd src/objective-c/tests
# Needs to be verbose, or otherwise OpenSSL's prepare_command makes Travis
# time out:
+ - pod --version
- pod install --verbose
- popd
before_script: