Skip to content

Commit

Permalink
update for RubyGems 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg committed Dec 20, 2018
1 parent 2db6d4d commit c293386
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -4,9 +4,9 @@ group: beta
language: ruby
cache: bundler
before_install:
# https://github.com/travis-ci/travis-ci/issues/9383#issuecomment-377680108
# recent versions of RubyGems include bundler
- gem update --system
- gem update --system --conservative || (gem i "rubygems-update:~>2.7" --no-document && update_rubygems)
- gem update bundler --conservative
- ruby -v && gem --version && bundle version

rvm:
- 2.2.10
Expand Down

0 comments on commit c293386

Please sign in to comment.