Skip to content

Commit 74bf622

Browse files
committed
test with ruby 2.7
1 parent f751855 commit 74bf622

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
language: ruby
22

33
rvm:
4-
- "2.3"
5-
- "2.4"
6-
- "2.5"
7-
- "2.6"
4+
- "2.3"
5+
- "2.4"
6+
- "2.5"
7+
- "2.6"
8+
- "2.7"
89

910
before_install:
1011
- gem install bundler

0 commit comments

Comments
 (0)