Skip to content

Commit f6bb6be

Browse files
--no-progress
1 parent 1a945af commit f6bb6be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ environment:
99
- emacs: 25
1010

1111
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
12+
- ps: switch($env:emacs){ 24 {choco install emacs --no-progress} 25 {choco install emacs64 --no-progress} default {throw "Emacs install fail"}}
13+
- choco install ghc --no-progress
14+
- choco install haskell-stack --no-progress
1515
- refreshenv
1616

1717
build_script:

0 commit comments

Comments
 (0)