Skip to content

Commit

Permalink
Keep Ruby 2.3 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmo0920 committed Jul 10, 2017
1 parent dca694e commit ac5049f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ version: '{build}'

install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- IF %ridk%==0 "%devkit%\\devkitvars.bat"
- ruby --version
- gem --version
- ridk.cmd exec bundle install
- IF %ridk%==1 ridk.cmd exec bundle install
- IF %ridk%==0 bundle install
build: off
test_script:
- bundle exec rake test
Expand All @@ -20,5 +22,13 @@ branches:
# https://www.appveyor.com/docs/installed-software/#ruby
environment:
matrix:
- ruby_version: "23-x64"
devkit: C:\Ruby23-x64\DevKit
ridk: 0
- ruby_version: "23"
devkit: C:\Ruby23\DevKit
ridk: 0
- ruby_version: "24-x64"
ridk: 1
- ruby_version: "24"
ridk: 1

0 comments on commit ac5049f

Please sign in to comment.