From ad8046c024e5f4438f5ed23414757c0ed58402ac Mon Sep 17 00:00:00 2001 From: "Thomas A. F. Thorne" Date: Thu, 7 Feb 2019 09:05:19 +0000 Subject: [PATCH] Comment Out "environment" Section When I pushed AppVeyor reported: Error parsing appveyor.yml: "environment" section must be a mapping. (Line: 7, Column: 13) I assume this means they cannot be empty. I had left only commented out lines in it. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 1daa351a..7c76eb83 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -4,7 +4,7 @@ ##### General Configuiration ##### version: '0.0.{build}' -environment: +#environment: # these variables are common to all jobs # common_var1: value1 # common_var2: value2