From f7e02b16d4754cf6167730c1afeb472ffffefaac Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 27 Sep 2015 15:34:06 -0700 Subject: appveyor.yml: don't run tests for pandoc-citeproc. They won't work til we upgrade HP version, because of minor changes in aeson. --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index f1aaf1b6c..32ea37b88 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,8 +22,7 @@ build_script: after_build: - cmd: | - cabal install --force --enable-tests -fembed_data_files pandoc-citeproc - .\.cabal-sandbox\bin\test-pandoc-citeproc.exe + cabal install -fembed_data_files pandoc-citeproc strip .\.cabal-sandbox\bin\pandoc.exe strip .\.cabal-sandbox\bin\pandoc-citeproc.exe .\.cabal-sandbox\bin\pandoc.exe -s --template data\templates\default.html -S README -o README.html -- cgit v1.2.3