Skip to content

Commit

Permalink
Merge pull request #29 from cosmo0920/rubyinstaller2-24
Browse files Browse the repository at this point in the history
appveyor: Simplify
  • Loading branch information
cosmo0920 authored Jul 9, 2017
2 parents a13e40c + e4d8164 commit 263fc03
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- "%devkit64%\\devkitvars.bat"
- "%devkit32%\\devkitvars.bat"
- ps: Start-FileDownload https://github.com/larskanis/rubyinstaller2/releases/download/2.4.0-7/rubyinstaller-2.4.0-7-x86.exe
- rubyinstaller-2.4.0-7-x86.exe TYPE=full /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /CLOSEAPPLICATIONS /NORESTARTAPPLICATIONS /DIR="C:\Ruby24"
- ps: Start-FileDownload https://github.com/larskanis/rubyinstaller2/releases/download/2.4.0-7/rubyinstaller-2.4.0-7-x64.exe
- rubyinstaller-2.4.0-7-x64.exe TYPE=full /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /CLOSEAPPLICATIONS /NORESTARTAPPLICATIONS /DIR="C:\Ruby24-x64"
- ruby --version
- gem --version
- IF %msys2%==1 ridk.cmd enable
Expand Down

0 comments on commit 263fc03

Please sign in to comment.