Skip to content

Commit

Permalink
Better longevity with fewer options
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Oct 1, 2019
1 parent d921302 commit ef83986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -10,12 +10,12 @@ before_install:
if [ "$rv" \< "2.3" ]; then
gem update --system 2.7.10
elif [ "$rv" \< "2.4" ]; then
gem update --system 2.7.10 --no-document -​-no-post-install-message
gem update --system 2.7.10 --no-document
elif [ "$rv" = "2.5.3" ]; then
# JRUBY 9.2 Identifies as 2.5.3, and it fails to update rubygems
gem install --no-document bundler "bundler:>=2.0"
else
gem update --system --no-document --conservative -​-no-post-install-message
gem update --system --no-document --conservative
gem install --no-document bundler "bundler:>=2.0"
fi
Expand Down

0 comments on commit ef83986

Please sign in to comment.