appveyor: update ruby versions

dev
Andy Meneely 2019-05-28 15:10:07 -04:00
parent 3b40df5b45
commit abe75057df
1 changed files with 6 additions and 5 deletions

View File

@ -4,8 +4,12 @@ skip_tags: true
environment:
matrix:
- ruby_version: "23"
- ruby_version: "23-x64"
- ruby_version: "24"
- ruby_version: "24-x64"
- ruby_version: "25"
- ruby_version: "25-x64"
- ruby_version: "26"
- ruby_version: "26-x64"
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
@ -18,7 +22,4 @@ install:
test_script:
- rake
artifacts:
- path: pkg\*.gem
build: off