print cocoapods version before pod install

pull/5591/head
Paul Querna 9 years ago
parent aed11dd756
commit 8ee9c7e85c
  1. 1
      .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:

Loading…
Cancel
Save