Skip to content

Commit 4bb67a0

Browse files
committed
Update travis based on currently supported rubies
1 parent f9a66a8 commit 4bb67a0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
---
22
language: ruby
33
rvm:
4-
# No longer supported
5-
# - 1.9.3 # json gem now requires Ruby ~> 2.0
4+
# No longer supported (but test anyways)
65
- 2.0.0
76
- 2.1.10
87
- 2.2.10
98
- jruby-19mode
10-
# Current stable supported by Travis
119
- 2.3.8
12-
- 2.4.9
13-
- 2.5.7
14-
- 2.6.5
15-
- 2.7.0
10+
- 2.4.10
11+
# Current stable supported by Travis
12+
- 2.5.8
13+
- 2.6.6
14+
- 2.7.1
1615
- jruby-9.1.9.0
1716
# Future
1817
- ruby-head
@@ -25,6 +24,7 @@ matrix:
2524
- rvm: 2.1.10
2625
- rvm: 2.2.10
2726
- rvm: 2.3.8
27+
- rvm: 2.4.10
2828
- rvm: jruby-19mode
2929
# Future
3030
- rvm: ruby-head

0 commit comments

Comments
 (0)