Skip to content

Commit

Permalink
Use workaround at travis-ci/travis-ci#5827
Browse files Browse the repository at this point in the history
And print version before and after install, so we can always check.
  • Loading branch information
jcanizales committed May 20, 2016
1 parent c23f556 commit 44477d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 44477d2

Please sign in to comment.