Skip to content

Commit

Permalink
Change the versions of ruby for AppVeyor
Browse files Browse the repository at this point in the history
 - Test library against `23` and `24`
  • Loading branch information
d-unsed committed Nov 27, 2017
1 parent 3bfcbe7 commit 2dd7dff
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ environment:
- RUST_VERSION: nightly
BUILD_TARGET: gnu
RUBY_VERSION: 23
- RUST_VERSION: stable
BUILD_TARGET: gnu
RUBY_VERSION: 24
- RUST_VERSION: beta
BUILD_TARGET: gnu
RUBY_VERSION: 24
- RUST_VERSION: nightly
BUILD_TARGET: gnu
RUBY_VERSION: 24
cache:
- target\debug\build
- target\debug\deps
Expand Down

0 comments on commit 2dd7dff

Please sign in to comment.