Merge pull request #3802 from karalabe/cocoapods-stable

travis: switch to cocoapods 1.2.0 stable
This commit is contained in:
Péter Szilágyi 2017-03-20 14:35:48 +02:00 committed by GitHub
commit 1dfd65f6d0

View File

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