File tree Expand file tree Collapse file tree 2 files changed +3
-31
lines changed Expand file tree Collapse file tree 2 files changed +3
-31
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ sudo: false
22language : ruby
33
44rvm :
5- - 2.3
65 - 2.4
76 - 2.5.3
87 - 2.6.0
Original file line number Diff line number Diff line change @@ -5,46 +5,19 @@ version: '{build}'
55
66install :
77 - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
8- - IF %ridk%==0 "%devkit%\\devkitvars.bat"
98 - ruby --version
109 - gem --version
11- - IF %ridk%==0 bundle install
12- - IF %ridk%==1 ridk.cmd exec bundle install
10+ - ridk.cmd exec bundle install
1311build : off
1412test_script :
1513 - bundle exec rake test
1614
1715# https://www.appveyor.com/docs/installed-software/#ruby
1816environment :
1917 matrix :
18+ - ruby_version : " 26-x64"
19+ - ruby_version : " 26"
2020 - ruby_version : " 25-x64"
21- ridk : 1
2221 - ruby_version : " 25"
23- ridk : 1
2422 - ruby_version : " 24-x64"
25- ridk : 1
2623 - ruby_version : " 24"
27- ridk : 1
28- - ruby_version : " 23-x64"
29- devkit : C:\Ruby23-x64\DevKit
30- ridk : 0
31- - ruby_version : " 23"
32- devkit : C:\Ruby23\DevKit
33- ridk : 0
34- - ruby_version : " 22-x64"
35- devkit : C:\Ruby23-x64\DevKit
36- ridk : 0
37- - ruby_version : " 21-x64"
38- devkit : C:\Ruby23-x64\DevKit
39- ridk : 0
40- - ruby_version : " 22"
41- devkit : C:\Ruby23\DevKit
42- WIN_RAPID : true
43- ridk : 0
44- - ruby_version : " 21"
45- devkit : C:\Ruby23\DevKit
46- WIN_RAPID : true
47- ridk : 0
48- matrix :
49- allow_failures :
50- - ruby_version : " 21"
You can’t perform that action at this time.
0 commit comments