Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Commit 5387a3f

Browse files
authored
Uninstall bundler before installing the right one (#58)
- Remove bundler from global gemset prior to installing the correct version - Add ruby 2.6 to the travis run
1 parent baa1e28 commit 5387a3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ rvm:
44
- 2.3
55
- 2.4
66
- 2.5
7+
- 2.6
78
- jruby-9.0
8-
before_install: gem install bundler -v 1.16.1
9+
before_install: echo Y | rvm @global do gem uninstall bundler ; gem install bundler -v 1.16.1
910
cache: bundler
1011
matrix:
1112
allow_failures:

0 commit comments

Comments
 (0)