We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a66a8 commit 4bb67a0Copy full SHA for 4bb67a0
.travis.yml
@@ -1,18 +1,17 @@
1
---
2
language: ruby
3
rvm:
4
- # No longer supported
5
- # - 1.9.3 # json gem now requires Ruby ~> 2.0
+ # No longer supported (but test anyways)
6
- 2.0.0
7
- 2.1.10
8
- 2.2.10
9
- jruby-19mode
10
- # Current stable supported by Travis
11
- 2.3.8
12
- - 2.4.9
13
- - 2.5.7
14
- - 2.6.5
15
- - 2.7.0
+ - 2.4.10
+ # Current stable supported by Travis
+ - 2.5.8
+ - 2.6.6
+ - 2.7.1
16
- jruby-9.1.9.0
17
# Future
18
- ruby-head
@@ -25,6 +24,7 @@ matrix:
25
24
- rvm: 2.1.10
26
- rvm: 2.2.10
27
- rvm: 2.3.8
+ - rvm: 2.4.10
28
- rvm: jruby-19mode
29
30
- rvm: ruby-head
0 commit comments