Skip to content

Commit

Permalink
Changing versions of ruby tested in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoneira committed Jan 7, 2020
1 parent 5e700cf commit 2c31bbc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ rvm:
- 2.0
- 2.1
- 2.2
- 2.3.0
- 2.4.0
- 2.5.0
- 2.6.0
- 2.3
- 2.4
- 2.5
- 2.6
- jruby-9.1.7.0
- jruby-9.1.16.0
- ruby-head
Expand All @@ -23,6 +23,5 @@ jdk:
- openjdk8

before_install:
- "find /home/travis/.rvm/rubies -wholename '*default/bundler-*.gemspec' -delete"
- rvm all-gemsets do gem uninstall bundler -ax || true
- gem install bundler -v "< 2"

0 comments on commit 2c31bbc

Please sign in to comment.