From 7a13e895090399cf185df071b600895f2ba3c313 Mon Sep 17 00:00:00 2001 From: bggd Date: Tue, 24 Oct 2017 21:37:36 +0900 Subject: Use Ruby 2.4 instead of AppVeyor's Default(Ruby 1.9) --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index a9464faca..b4514ec27 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,6 +22,9 @@ environment: init: - call "%visualcpp%" %machine% + # For using Rubyinstaller's Ruby 2.4 64bit + - set PATH=C:\Ruby24-x64\bin;%PATH% + - ruby --version install: -- cgit v1.2.3