appveyor.yml: don't run tests for pandoc-citeproc.

They won't work til we upgrade HP version, because of
minor changes in aeson.
This commit is contained in:
John MacFarlane
2015-09-27 15:34:06 -07:00
parent 7ed18d4c37
commit f7e02b16d4
+1 -2
View File
@@ -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