Commit 66b37f69 authored by Samuel Giddins's avatar Samuel Giddins

Merge pull request #5269 from CocoaPods/seg-update-rubygems

[Travis] Update RubyGems
parents 8d6d99a0 a9a26809
...@@ -19,9 +19,8 @@ before_install: ...@@ -19,9 +19,8 @@ before_install:
# There is a bug in travis. When using system ruby, bundler is not # There is a bug in travis. When using system ruby, bundler is not
# installed and causes the default install action to fail. # installed and causes the default install action to fail.
- sudo gem install bundler - sudo gem install bundler
# RubyGems 2.0.14 isn't a fun time on 2.0.0p645
after_install: - if [ "$(ruby -v | cut -d ' ' -f2)" = "2.0.0p645" ]; then sudo gem update --system; fi
- ./bin/pod repo update --silent
before_script: before_script:
- bundle exec pod repo update --silent - bundle exec pod repo update --silent
...@@ -33,4 +32,3 @@ script: ...@@ -33,4 +32,3 @@ script:
addons: addons:
code_climate: code_climate:
repo_token: 501acd9bc61d80ef6119b69ab42c52fa66cefddcc6724a1e93a79c3d3e32bf55 repo_token: 501acd9bc61d80ef6119b69ab42c52fa66cefddcc6724a1e93a79c3d3e32bf55
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment