Skip to content

Commit 9e925fa

Browse files
authored
Merge pull request #30 from colby-swandale/update-rubies
Update supported rubies to the latest version in travis
2 parents 7ca3d62 + 2043907 commit 9e925fa

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,9 +1,10 @@
11
sudo: false
22
language: ruby
33
rvm:
4-
- 2.3.7
5-
- 2.4.4
6-
- 2.5.1
4+
- 2.3.8
5+
- 2.4.5
6+
- 2.5.3
7+
- 2.6.1
78
- ruby-head
89
script: rake test
910
matrix:

0 commit comments

Comments
 (0)