diff options
author | Péter Szilágyi <peterke@gmail.com> | 2017-03-20 20:35:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-20 20:35:48 +0800 |
commit | 1dfd65f6d047407585845dfe9be2ff52a8b9f3ab (patch) | |
tree | b214a1c62315ae61a566e2286ee4f99c70795e47 | |
parent | be39bf382abcfbea488c86f699f40a728f7e3aa3 (diff) | |
parent | 7242e4f71bf27a12fd057442a4f9120d0a17dd1e (diff) | |
download | go-tangerine-1dfd65f6d047407585845dfe9be2ff52a8b9f3ab.tar go-tangerine-1dfd65f6d047407585845dfe9be2ff52a8b9f3ab.tar.gz go-tangerine-1dfd65f6d047407585845dfe9be2ff52a8b9f3ab.tar.bz2 go-tangerine-1dfd65f6d047407585845dfe9be2ff52a8b9f3ab.tar.lz go-tangerine-1dfd65f6d047407585845dfe9be2ff52a8b9f3ab.tar.xz go-tangerine-1dfd65f6d047407585845dfe9be2ff52a8b9f3ab.tar.zst go-tangerine-1dfd65f6d047407585845dfe9be2ff52a8b9f3ab.zip |
Merge pull request #3802 from karalabe/cocoapods-stable
travis: switch to cocoapods 1.2.0 stable
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7f7168854..64343625d 100644 --- a/.travis.yml +++ b/.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 |