summaryrefslogtreecommitdiffhomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
authorbggd <[email protected]>2017-10-24 21:37:36 +0900
committerbggd <[email protected]>2017-10-24 21:37:36 +0900
commit7a13e895090399cf185df071b600895f2ba3c313 (patch)
treef51976c604dda8678cd6ebf4b97a65f1d24570f1 /appveyor.yml
parent8a9b6c435205b439bd7f1877c2627c965495b347 (diff)
downloadmruby-7a13e895090399cf185df071b600895f2ba3c313.tar.gz
mruby-7a13e895090399cf185df071b600895f2ba3c313.zip
Use Ruby 2.4 instead of AppVeyor's Default(Ruby 1.9)
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 3 insertions, 0 deletions
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: