Skip to content

Commit 7fe611f

Browse files
authored
Update tested ruby versions (#648)
Updating tested ruby versions to use latest versions. * Bump ruby 2.4.6 -> 2.4.7 * Bump ruby 2.5.5 -> 2.5.6 * Add ruby 2.6.4 * Remove old versions of 2.6.X
1 parent 846c7f8 commit 7fe611f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@ language: ruby
33
rvm:
44
- 2.2.10
55
- 2.3.8
6-
- 2.4.6
7-
- 2.5.5
8-
- 2.6.0
9-
- 2.6.1
10-
- 2.6.2
11-
- 2.6.3
6+
- 2.4.7
7+
- 2.5.6
8+
- 2.6.4
129
- ruby-head
1310

1411
matrix:

0 commit comments

Comments
 (0)