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 22, 2018
1 parent 7ee85ba commit 69a5d2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -4,9 +4,9 @@ rvm:
- 2.3
sudo: required
dist: trusty
before_install:
before_install:
- gem i rubygems-update -v '<3' && update_rubygems
- gem install bundler
- gem update --system
- gem --version
gemfile:
- gemfiles/3.2.gemfile
Expand Down

0 comments on commit 69a5d2b

Please sign in to comment.