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
2
2
language : ruby
3
3
4
4
rvm :
5
- - 2.3
6
5
- 2.4
7
6
- 2.5.3
8
7
- 2.6.0
Original file line number Diff line number Diff line change @@ -5,46 +5,19 @@ version: '{build}'
5
5
6
6
install :
7
7
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
8
- - IF %ridk%==0 "%devkit%\\devkitvars.bat"
9
8
- ruby --version
10
9
- gem --version
11
- - IF %ridk%==0 bundle install
12
- - IF %ridk%==1 ridk.cmd exec bundle install
10
+ - ridk.cmd exec bundle install
13
11
build : off
14
12
test_script :
15
13
- bundle exec rake test
16
14
17
15
# https://www.appveyor.com/docs/installed-software/#ruby
18
16
environment :
19
17
matrix :
18
+ - ruby_version : " 26-x64"
19
+ - ruby_version : " 26"
20
20
- ruby_version : " 25-x64"
21
- ridk : 1
22
21
- ruby_version : " 25"
23
- ridk : 1
24
22
- ruby_version : " 24-x64"
25
- ridk : 1
26
23
- 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