aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-05-24 11:54:54 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-05-24 11:54:54 +0200
commitb847f65e846cb61dec1aefd90a5f28cef85d4ae0 (patch)
treec03df79864f81fc7051870d6a4f8d84a7bb2b6fe
parent7fba4e6a9c915c16be716ba571c433445e2585f1 (diff)
downloadpandoc-b847f65e846cb61dec1aefd90a5f28cef85d4ae0.tar.gz
appveyor: turn off 64-bit build for now.
-rw-r--r--appveyor.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index dc84e3920..2977b4656 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -7,9 +7,9 @@ environment:
- STACK_VERSION: "windows-i386"
STACK_ROOT: "c:\\sr32"
STACK: "%STACK_ROOT%\\stack.exe"
- - STACK_VERSION: "windows-x86_64"
- STACK_ROOT: "c:\\sr64"
- STACK: "%STACK_ROOT%\\stack.exe"
+# - STACK_VERSION: "windows-x86_64"
+# STACK_ROOT: "c:\\sr64"
+# STACK: "%STACK_ROOT%\\stack.exe"
matrix:
fast_finish: true