Skip to content

Commit 910602d

Browse files
authored
Merge pull request #40 from DannyBen/ruby2.7
Test with ruby 2.7
2 parents f751855 + 74bf622 commit 910602d

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)