We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c16bee1 commit 189aeb9Copy full SHA for 189aeb9
appveyor.yml
@@ -28,7 +28,10 @@ install:
28
- git clone https://github.com/sass/sass-spec.git
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 }
+ if(!(gem which minitest 2>$nul)) {
32
+ gem install minitest --no-ri --no-rdoc
33
+ gem install hrx --no-ri --no-rdoc
34
+ }
35
if ($env:Compiler -eq "mingw" -AND -Not (Test-Path "C:\mingw64")) {
36
# Install MinGW.
37
$file = "x86_64-4.9.2-release-win32-seh-rt_v4-rev3.7z"
0 commit comments