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 1a945af commit f6bb6beCopy full SHA for f6bb6be
appveyor.yml
@@ -9,9 +9,9 @@ environment:
9
- emacs: 25
10
11
install:
12
- - ps: switch($env:emacs){ 24 {choco install emacs -ry} 25 {choco install emacs64 -ry} default {throw "Emacs install fail"}}
13
- - choco install ghc -ry
14
- - choco install haskell-stack
+ - ps: switch($env:emacs){ 24 {choco install emacs --no-progress} 25 {choco install emacs64 --no-progress} default {throw "Emacs install fail"}}
+ - choco install ghc --no-progress
+ - choco install haskell-stack --no-progress
15
- refreshenv
16
17
build_script:
0 commit comments