travis: switch to cocoapods 1.2.0 stable

pull/3802/head
Péter Szilágyi 8 years ago
parent be39bf382a
commit 7242e4f71b
No known key found for this signature in database
GPG Key ID: E9AE538CEDF8293D
  1. 2
      .travis.yml

@ -158,7 +158,7 @@ matrix:
# Build the iOS framework and upload it to CocoaPods and Azure
- gem uninstall cocoapods -a
- gem install cocoapods --pre
- gem install cocoapods
- mv ~/.cocoapods/repos/master ~/.cocoapods/repos/master.bak
- sed -i '.bak' 's/repo.join/!repo.join/g' $(dirname `gem which cocoapods`)/cocoapods/sources_manager.rb

Loading…
Cancel
Save