Skip to content

Commit eb16642

Browse files
authored
Merge pull request #225 from nicolasleger/patch-1
Test on new Ruby versions
2 parents 48fc411 + 597c61c commit eb16642

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ env:
1515
rvm:
1616
- 1.9.3
1717
- 2.0.0
18-
- 2.1.7
19-
- 2.2.3
20-
- 2.3.0
21-
- 2.4.1
18+
- 2.1
19+
- 2.2
20+
- 2.3
21+
- 2.4
22+
- 2.5
2223
- ruby-head
2324
matrix:
2425
allow_failures:

appveyor.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,9 @@ environment:
2828
- ruby_version: "21-x64"
2929
- ruby_version: "22"
3030
- 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

Comments
 (0)