Skip to content

Commit efca7f6

Browse files
committed
CI against Ruby 2.5
Add Travis workaround for Bundler 1.16.1 and Rubygems 2.7.3
1 parent 5ffe9ac commit efca7f6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@ sudo: false
22
cache: bundler
33
bundler_args: --retry=3 --jobs=3
44
language: ruby
5+
before_install:
6+
# https://github.com/travis-ci/travis-ci/issues/8978#issuecomment-354036443
7+
- gem update --system
8+
- gem install bundler
59
rvm:
10+
- 2.5.1
611
- 2.4.3
712
- 2.3.0
813
- 2.1.8

0 commit comments

Comments
 (0)