diff --git a/appveyor.yml b/appveyor.yml index d964fade4d..62019b52dd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -28,7 +28,10 @@ install: - git clone https://github.com/sass/sass-spec.git - set PATH=C:\Ruby%ruby_version%\bin;%PATH% - ps: | - if(!(gem which minitest 2>$nul)) { gem install minitest --no-ri --no-rdoc } + if(!(gem which minitest 2>$nul)) { + gem install minitest --no-ri --no-rdoc + gem install hrx --no-ri --no-rdoc + } if ($env:Compiler -eq "mingw" -AND -Not (Test-Path "C:\mingw64")) { # Install MinGW. $file = "x86_64-4.9.2-release-win32-seh-rt_v4-rev3.7z"