Skip to content

Commit

Permalink
Merge pull request #225 from nicolasleger/patch-1
Browse files Browse the repository at this point in the history
Test on new Ruby versions
  • Loading branch information
tenderlove authored May 17, 2018
2 parents 48fc411 + 597c61c commit eb16642
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ env:
rvm:
- 1.9.3
- 2.0.0
- 2.1.7
- 2.2.3
- 2.3.0
- 2.4.1
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
- ruby-head
matrix:
allow_failures:
Expand Down
6 changes: 6 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@ environment:
- ruby_version: "21-x64"
- ruby_version: "22"
- ruby_version: "22-x64"
- ruby_version: "23"
- ruby_version: "23-x64"
- ruby_version: "24"
- ruby_version: "24-x64"
- ruby_version: "25"
- ruby_version: "25-x64"

0 comments on commit eb16642

Please sign in to comment.