appveyor.yml: removed :next label.

This commit is contained in:
John MacFarlane 2015-09-27 18:28:28 -07:00
parent 80fc5bcdf0
commit 15512a6c10

View file

@ -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