Skip to content

Commit

Permalink
Update travis config to deal with rubygems not supporting ruby < 2.3 …
Browse files Browse the repository at this point in the history
…any longer.

See rubygems/rubygems#2534.
  • Loading branch information
gkellogg committed Dec 21, 2018
1 parent b2a4cf0 commit 51e9893
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: ruby
bundler_args: --without debug
script: "bundle exec rspec spec"
before_install: "gem update --system"

before_install:
- 'gem update --system --conservative || (gem i "rubygems-update:~>2.7" --no-document && update_rubygems)'
- 'gem update bundler --conservative'
env:
- CI=true
rvm:
Expand Down

0 comments on commit 51e9893

Please sign in to comment.