Skip to content

Commit

Permalink
Stop gem update --system
Browse files Browse the repository at this point in the history
rubygems v3+ requires MRI 2.3+
https://rubygems.org/gems/rubygems-update/versions/3.0.0

So build is failed on MRI < 2.3
  • Loading branch information
sue445 committed Dec 19, 2018
1 parent 3991cd2 commit d85859d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ rvm:
bundler_args: "--jobs=2"
cache: bundler
before_install:
- gem update --system --no-document
- gem install bundler --no-document
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
Expand Down

0 comments on commit d85859d

Please sign in to comment.