diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-07-14 17:49:53 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-07-14 17:49:53 -0700 |
commit | 4c0d056df168327752a589cdfe29536ba5c28cf1 (patch) | |
tree | d7cbdc60642b2135277b9ef27215f207a57456f0 | |
parent | 6aa6fb2692dbd6eda8950f8ee55ad29fb7c33cc6 (diff) | |
download | pandoc-4c0d056df168327752a589cdfe29536ba5c28cf1.tar.gz |
Revert "appveyor - for diagnostics, try building just aeson-pretty..."
This reverts commit 6aa6fb2692dbd6eda8950f8ee55ad29fb7c33cc6.
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index a7397aeb4..e7fc9b0cd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -56,7 +56,7 @@ test_script: %STACK% setup > nul %STACK% path echo "" | %STACK% clean - echo "" | %STACK% install %STACK_BUILD_OPTS% pandoc aeson-pretty %STACK_FLAGS% + echo "" | %STACK% install %STACK_BUILD_OPTS% pandoc pandoc-citeproc %STACK_FLAGS% after_test: # .\ in the stack commandline seems to be .\windows\ (where the stack-appveyor.yaml is) |