diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2016-06-03 13:25:56 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2016-06-03 13:25:56 -0700 |
| commit | 4177dbef6617a76f3c988f966cdb2a2a81ce0c46 (patch) | |
| tree | 7f1fa77b7fde411a12d175c61a34f757fc78457f | |
| parent | c4ae3b98555386ce846d2735cd4a141dd114fa33 (diff) | |
| download | pandoc-4177dbef6617a76f3c988f966cdb2a2a81ce0c46.tar.gz | |
appveyor.yml: diagnostics.
| -rw-r--r-- | appveyor.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 437964c49..36037069b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -31,6 +31,9 @@ before_test: test_script: # The ugly echo "" hack is to avoid complaints about 0 being an invalid file # descriptor + - pwd + - where stack + - echo "" | stack clean - echo "" | stack --no-terminal test - echo "" | stack --local-bin-path . install pandoc pandoc-citeproc |
