diff options
| author | bggd <[email protected]> | 2017-10-24 21:37:36 +0900 |
|---|---|---|
| committer | bggd <[email protected]> | 2017-10-24 21:37:36 +0900 |
| commit | 7a13e895090399cf185df071b600895f2ba3c313 (patch) | |
| tree | f51976c604dda8678cd6ebf4b97a65f1d24570f1 | |
| parent | 8a9b6c435205b439bd7f1877c2627c965495b347 (diff) | |
| download | mruby-7a13e895090399cf185df071b600895f2ba3c313.tar.gz mruby-7a13e895090399cf185df071b600895f2ba3c313.zip | |
Use Ruby 2.4 instead of AppVeyor's Default(Ruby 1.9)
| -rw-r--r-- | appveyor.yml | 3 |
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: |
