From 2c7d12f8c5302c0a4b52a8c8cf8f0c48a1e58fe7 Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Fri, 28 Sep 2018 18:31:59 -0700 Subject: [PATCH] Remove an extra newline --- appveyor.yml | 1 - 1 file changed, 1 deletion(-) 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.