Skip to content

Commit

Permalink
Merge pull request #480 from chopraanmol1/travis_old_ruby_version_fixup
Browse files Browse the repository at this point in the history
Bundler version 2.0 dropped support for old ruby version
  • Loading branch information
chopraanmol1 committed Jan 7, 2019
2 parents dd08f74 + 4cc4ab5 commit a0533c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -13,8 +13,12 @@ matrix:
include:
- rvm: 2.0
gemfile: Gemfile_ruby2
before_install:
- gem install bundler -v '< 2'
- rvm: 2.1
gemfile: Gemfile_ruby2
before_install:
- gem install bundler -v '< 2'
- rvm: 2.6
env: RUBYOPT=--jit LONG_RUN=true
- rvm: ruby-head
Expand Down

0 comments on commit a0533c3

Please sign in to comment.