We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48fc411 + 597c61c commit eb16642Copy full SHA for eb16642
2 files changed
.travis.yml
@@ -15,10 +15,11 @@ env:
15
rvm:
16
- 1.9.3
17
- 2.0.0
18
- - 2.1.7
19
- - 2.2.3
20
- - 2.3.0
21
- - 2.4.1
+ - 2.1
+ - 2.2
+ - 2.3
+ - 2.4
22
+ - 2.5
23
- ruby-head
24
matrix:
25
allow_failures:
appveyor.yml
@@ -28,3 +28,9 @@ environment:
28
- ruby_version: "21-x64"
29
- ruby_version: "22"
30
- ruby_version: "22-x64"
31
+ - ruby_version: "23"
32
+ - ruby_version: "23-x64"
33
+ - ruby_version: "24"
34
+ - ruby_version: "24-x64"
35
+ - ruby_version: "25"
36
+ - ruby_version: "25-x64"
0 commit comments