diff --git a/appveyor.yml b/appveyor.yml index 3dbf57b15..5c25e6578 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,7 +29,6 @@ build_script: Write-Output "Windows: $Env:CI_WINDOWS Linux: $Env:CI_LINUX" if ($isLinux) { - # AppVeyor Linux images do not have appveyor-retry, which retries the commands a few times # until the command exits with code 0. # So, this is done with a short script.