Use Ruby 2.4 instead of AppVeyor's Default(Ruby 1.9)

This commit is contained in:
bggd
2017-10-24 21:37:36 +09:00
parent 8a9b6c4352
commit 7a13e89509
+3
View File
@@ -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: