aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-09-27 18:28:28 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-09-27 18:28:28 -0700
commit15512a6c10e22de8ad75531a7db021a3c5791088 (patch)
tree8d32d38eed8453153c36e8373291cfaa7ce6bef5 /appveyor.yml
parent80fc5bcdf0d8c2a417baa9d9688c44f014f2a8f1 (diff)
downloadpandoc-15512a6c10e22de8ad75531a7db021a3c5791088.tar.gz
appveyor.yml: removed :next label.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index db4528366..248464eec 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -29,7 +29,6 @@ after_build:
.\.cabal-sandbox\bin\pandoc.exe -s --template data\templates\default.rtf COPYING -t rtf -S -o COPYING.rtf
copy COPYRIGHT COPYRIGHT.txt
for /f "tokens=2 delims= " %%a in ('.\.cabal-sandbox\bin\pandoc --version') do set "VERSION=%%a"
- :next
if "%VERSION%" == "" (
echo Error: could not determine version number.
exit /b 1