Skip to content

Commit

Permalink
Avoid rubygems 3.x that doesn't support ruby < 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
khiav223577 committed Dec 20, 2018
1 parent 4323921 commit 8ba8243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,8 +13,8 @@ gemfile:
- gemfiles/5.1.gemfile
- gemfiles/5.2.gemfile
before_install:
- gem i rubygems-update -v '<3' && update_rubygems
- gem install bundler
- gem update --system
- gem --version
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
Expand Down

0 comments on commit 8ba8243

Please sign in to comment.