Commit 7a13e895 authored by bggd's avatar bggd

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

parent 8a9b6c43
...@@ -22,6 +22,9 @@ environment: ...@@ -22,6 +22,9 @@ environment:
init: init:
- call "%visualcpp%" %machine% - call "%visualcpp%" %machine%
# For using Rubyinstaller's Ruby 2.4 64bit
- set PATH=C:\Ruby24-x64\bin;%PATH%
- ruby --version
install: install:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment