Skip to content

Commit 19d0486

Browse files
committed
Update travis config
1 parent deb56f9 commit 19d0486

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: ruby
22
cache: bundler
33
before_install:
4-
- gem update --system
5-
- gem install bundler
4+
- gem update --system 2.7.7
5+
- gem install bundler -v 1.16.2
66
addons:
77
apt:
88
packages:
@@ -25,6 +25,8 @@ rvm:
2525
- 2.3
2626
- 2.4
2727
- 2.5
28+
- 2.6
29+
- 2.7
2830
- ruby-head
2931
matrix:
3032
allow_failures:

0 commit comments

Comments
 (0)