Skip to content
Snippets Groups Projects
Commit 44477d26 authored by Jorge Canizales's avatar Jorge Canizales
Browse files
And print version before and after install, so we can always check.
parent c23f556f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment