File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -12,19 +12,27 @@ test_script:
1212# https://www.appveyor.com/docs/installed-software/#ruby
1313environment :
1414 matrix :
15+ - ruby_version : " 25-x64"
16+ devkit : C:\Ruby25-x64\DevKit
17+ - ruby_version : " 25"
18+ devkit : C:\Ruby25\DevKit
19+ - ruby_version : " 24-x64"
20+ devkit : C:\Ruby24-x64\DevKit
21+ - ruby_version : " 24"
22+ devkit : C:\Ruby24\DevKit
1523 - ruby_version : " 23-x64"
1624 devkit : C:\Ruby23-x64\DevKit
1725 - ruby_version : " 23"
1826 devkit : C:\Ruby23\DevKit
1927 - ruby_version : " 22-x64"
20- devkit : C:\Ruby23 -x64\DevKit
28+ devkit : C:\Ruby22 -x64\DevKit
2129 - ruby_version : " 21-x64"
22- devkit : C:\Ruby23 -x64\DevKit
30+ devkit : C:\Ruby21 -x64\DevKit
2331 - ruby_version : " 22"
24- devkit : C:\Ruby23 \DevKit
32+ devkit : C:\Ruby22 \DevKit
2533 WIN_RAPID : true
2634 - ruby_version : " 21"
27- devkit : C:\Ruby23 \DevKit
35+ devkit : C:\Ruby21 \DevKit
2836 WIN_RAPID : true
2937matrix :
3038 allow_failures :
You can’t perform that action at this time.
0 commit comments