appveyor: bump to Ruby 2.3

dev
Andy Meneely 2017-01-03 12:43:37 -05:00
parent b8da0dbfae
commit ce257b6de6
1 changed files with 2 additions and 3 deletions

View File

@ -4,8 +4,8 @@ skip_tags: true
environment:
matrix:
- ruby_version: "22"
- ruby_version: "22-x64"
- ruby_version: "23"
- ruby_version: "23-x64"
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
@ -14,7 +14,6 @@ install:
- gem install bundler --quiet --no-ri --no-rdoc
- bundler --version
- bundle install
- git submodule update --init --recursive
test_script:
- rake