Skip to content

Commit e6499da

Browse files
committed
Add Ruby 2.6 and better Bundler support on Travis
Fall back to a pre-2 version of Bundler on older versions of Ruby, since v2.0 requires Ruby 2.3+
1 parent a923377 commit e6499da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ rvm:
1010
- "2.3"
1111
- "2.4"
1212
- "2.5"
13+
- "2.6"
1314
- ruby-head
1415
- jruby
1516
- jruby-head
1617
- jruby-19mode
1718
- rubinius-3
1819

1920
before_install:
20-
- "gem install bundler"
21+
- "gem install bundler || gem install bundler --version '< 2'"
2122

2223
matrix:
2324
allow_failures:

0 commit comments

Comments
 (0)