We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c16bee1 commit 75ee520Copy full SHA for 75ee520
appveyor.yml
@@ -29,6 +29,7 @@ install:
29
- set PATH=C:\Ruby%ruby_version%\bin;%PATH%
30
- ps: |
31
if(!(gem which minitest 2>$nul)) { gem install minitest --no-ri --no-rdoc }
32
+ if(!(gem which hrx 2>$nul)) { gem install hrx --no-ri --no-rdoc }
33
if ($env:Compiler -eq "mingw" -AND -Not (Test-Path "C:\mingw64")) {
34
# Install MinGW.
35
$file = "x86_64-4.9.2-release-win32-seh-rt_v4-rev3.7z"
0 commit comments