travis: switch to cocoapods 1.2.0 stable

This commit is contained in:
Péter Szilágyi 2017-03-20 14:12:47 +02:00
parent be39bf382a
commit 7242e4f71b
No known key found for this signature in database
GPG Key ID: E9AE538CEDF8293D

View File

@ -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