Skip to content

Commit cae6dd6

Browse files
committed
update ruby version matrix in travis config
1 parent ab971e6 commit cae6dd6

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
@@ -10,9 +10,10 @@ rvm:
1010
- 2.0.0
1111
- 2.1.10
1212
- 2.2.8
13-
- 2.3.5
14-
- 2.4.2
15-
- 2.5.0
13+
- 2.3.8
14+
- 2.4.6
15+
- 2.5.5
16+
- 2.6.3
1617
- ruby-head
1718

1819
matrix:
@@ -35,4 +36,4 @@ matrix:
3536
# before_script: rvm install ruby-1.9.3 # not binary
3637
# - os: osx
3738
# rvm: 2.0.0
38-
# before_script: rvm install ruby-2.0.0 # not binary
39+
# before_script: rvm install ruby-2.0.0 # not binary

0 commit comments

Comments
 (0)