summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-25 17:38:42 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-25 17:38:42 +0000
commit42d4f9ea8bedb4dcc968f4ac4e1e262e6804c0b2 (patch)
treeecb661858b1756c6e09a1871986609be281ae289 /appveyor.yml
parent56f91c6ec52deb3808c426a6d53ac4616527e5ad (diff)
Switch Build to use 2.4 with certs files
patched by MSP-Greg <MSP-Greg@users.noreply.github.com> fix https://github.com/ruby/ruby/pull/1702 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60022 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 9d52449d3a..a8c771c599 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -3,7 +3,7 @@ shallow_clone: true
platform:
- x64
environment:
- ruby_version: "23-%Platform%"
+ ruby_version: "24-%Platform%"
zlib_version: "1.2.11"
matrix:
- vs: "120"