Skip to content

Commit

Permalink
Make appveyor setup less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
mgsloan committed Apr 12, 2016
1 parent 420f86f commit 1a9facf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
build: off

before_test:
- curl -ostack.zip -L --insecure http://www.stackage.org/stack/windows-i386
- curl -sS -ostack.zip -L --insecure http://www.stackage.org/stack/windows-i386
- 7z x stack.zip stack.exe

clone_folder: "c:\\stack"
Expand All @@ -14,7 +14,7 @@ environment:
STACK_ROOT: "c:\\sr"

test_script:
- stack setup > nul
- stack setup &> nul
# The ugly echo "" hack is to avoid complaints about 0 being an invalid file
# descriptor
- echo "" | stack --no-terminal test

0 comments on commit 1a9facf

Please sign in to comment.