From 6c8214d7131cc39fe383858448a85bc7abcb6fb3 Mon Sep 17 00:00:00 2001
From: Travis Ralston <travpc@gmail.com>
Date: Tue, 23 Jan 2018 09:37:30 -0700
Subject: [PATCH] It helps if you maintain the PATH

---
 appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/appveyor.yml b/appveyor.yml
index 78b4faf8..24794849 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -20,7 +20,7 @@ install:
   - rmdir c:\go /s /q
   - appveyor DownloadFile https://storage.googleapis.com/golang/go%GOVERSION%.windows-amd64.msi
   - msiexec /i go%GOVERSION%.windows-amd64.msi /q
-  - set Path=c:\go\bin;c:\gopath\bin
+  - set PATH=c:\go\bin;c:\gopath\bin;$PATH
   - go version
   - go env
   - go get github.com/constabulary/gb/...
-- 
GitLab