diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-07-14 14:00:17 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-07-14 14:00:17 -0700 |
commit | bc048c834a7554ecbf49b945f63d2727b3a519cf (patch) | |
tree | d7cbdc60642b2135277b9ef27215f207a57456f0 | |
parent | 241bfd2ff3ec52b57ab5b6878bae1a481d1c6029 (diff) | |
download | pandoc-bc048c834a7554ecbf49b945f63d2727b3a519cf.tar.gz |
appveyor: try with stack --no-terminal, remove verbosity.
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index b3047a67b..e7fc9b0cd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,7 +4,7 @@ environment: global: WIXBIN: "c:\\Program Files (x86)\\WiX Toolset v3.11\\bin" STACK_YAML: "c:\\pandoc\\stack.yaml" - STACK_BUILD_OPTS: "--cabal-verbose -j1 --no-terminal --test --local-bin-path=.\\windows" + STACK_BUILD_OPTS: "--no-terminal -j1 --no-terminal --test --local-bin-path=.\\windows" # see #4201, https://github.com/haskell-tools/haskell-tools/issues/277 matrix: - STACK_VERSION: "windows-i386" |