diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-09-27 15:34:06 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-09-27 15:34:06 -0700 |
commit | f7e02b16d4754cf6167730c1afeb472ffffefaac (patch) | |
tree | c217208085304c6d438e314a6ef13d09b50f828b | |
parent | 7ed18d4c376c4759f2d2f77a4c0c83435fc8ed9e (diff) | |
download | pandoc-f7e02b16d4754cf6167730c1afeb472ffffefaac.tar.gz |
appveyor.yml: don't run tests for pandoc-citeproc.
They won't work til we upgrade HP version, because of
minor changes in aeson.
-rw-r--r-- | appveyor.yml | 3 |
1 files changed, 1 insertions, 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 |