Skip to content

Commit d4c7172

Browse files
committed
Adding explicit support for Ruby 2.5 and 2.6
1 parent 720fcb7 commit d4c7172

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ language: ruby
33
rvm:
44
- "ruby-head"
55
- "2.7"
6-
- "2.4.0"
6+
- "2.6"
7+
- "2.5"
8+
- "2.4"
79
- "2.3"
810
- "2.2"
911
matrix:

0 commit comments

Comments
 (0)