Skip to content

Commit 5f8b4d1

Browse files
committed
ci: Update CI job definitions
Signed-off-by: Hiroshi Hatake <hatake@clear-code.com>
1 parent 463c418 commit 5f8b4d1

File tree

2 files changed

+3
-31
lines changed

2 files changed

+3
-31
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ sudo: false
22
language: ruby
33

44
rvm:
5-
- 2.3
65
- 2.4
76
- 2.5.3
87
- 2.6.0

appveyor.yml

Lines changed: 3 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -5,46 +5,19 @@ version: '{build}'
55

66
install:
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
1311
build: off
1412
test_script:
1513
- bundle exec rake test
1614

1715
# https://www.appveyor.com/docs/installed-software/#ruby
1816
environment:
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"

0 commit comments

Comments
 (0)