Update travis to update rubygems

parent 57fc1e50
...@@ -42,7 +42,7 @@ before_install: ...@@ -42,7 +42,7 @@ before_install:
fi fi
# 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.
- if [ "$TRAVIS_RUBY_VERSION" = "system" ]; then sudo gem install "bundler:~> 1.13"; else gem install "bundler:~> 1.13"; fi - if [ "$TRAVIS_RUBY_VERSION" = "system" ]; then sudo gem install "bundler:~> 1.15.0"; else gem install "bundler:~> 1.15.0"; fi
# RubyGems 2.0.14 isn't a fun time on 2.0.0p648 # RubyGems 2.0.14 isn't a fun time on 2.0.0p648
- if [ "$TRAVIS_RUBY_VERSION" = "system" ]; then sudo gem update --system; fi - if [ "$TRAVIS_RUBY_VERSION" = "system" ]; then sudo gem update --system; fi
......
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