Install Cocoapods 1.0.0 now that it’s released

pull/6671/head
Jorge Canizales 9 years ago
parent 8ee9c7e85c
commit c23f556fb2
  1. 2
      .travis.yml

@ -6,7 +6,7 @@ env:
- TEST=objc
- JOBS=1
before_install:
- gem install cocoapods -v '1.0.0.beta.4'
- gem install cocoapods -v '1.0.0'
- brew install gflags
# Pod install does this too, but we don't want the output.
- pod repo update --silent

Loading…
Cancel
Save