Skip to content

Commit

Permalink
appveyor: Use Ruby 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmo0920 committed Apr 15, 2018
1 parent b2541af commit 725ee6f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ environment:
- TARGET: x86_64-pc-windows-msvc
BITS: 64
RUSTVER: 1.25.0
ruby_version: "23-x64"
ruby_version: "25-x64"
devkit: C:\Ruby23-x64\DevKit
- TARGET: x86_64-pc-windows-msvc
BITS: 64
RUSTVER: 1.25.0
ruby_version: "23"
ruby_version: "25"
devkit: C:\Ruby23\DevKit

install:
Expand All @@ -23,6 +23,7 @@ install:
- cargo -V
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- "%devkit%\\devkitvars.bat"
- IF EXIST "%devkit%\\bin\\ridk.cmd" ridk.cmd enable
- ruby --version
- bundle install

Expand Down

0 comments on commit 725ee6f

Please sign in to comment.