Skip to content

Commit 32c1155

Browse files
authored
Update .travis.yml (#209)
to test with the latest Ruby release versions
1 parent e55c371 commit 32c1155

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
dist: xenial
12
language: ruby
23

34
before_install:
@@ -16,8 +17,8 @@ matrix:
1617
- rvm: ruby-head
1718
- rvm: rbx-2
1819
include:
19-
- rvm: 2.6.3
20-
- rvm: 2.5.5
21-
- rvm: 2.4.6
20+
- rvm: 2.6.4
21+
- rvm: 2.5.6
22+
- rvm: 2.4.7
2223
- rvm: ruby-head
2324
- rvm: rbx-2

0 commit comments

Comments
 (0)