From 420b02ed1f1da1ef397d66c1f23cf0f2932f9a48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tarnay=20K=C3=A1lm=C3=A1n?= Date: Fri, 18 Mar 2016 01:23:41 +0100 Subject: [PATCH] appveyor fix to make it execute tests again (not green, but at least it executes) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit License: MIT Signed-off-by: Tarnay Kálmán --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 5cff8cda8..66bea3e8d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,7 +8,7 @@ version: "{build}" os: Windows Server 2012 R2 -clone_folder: c:\go\src\github.com\ipfs\go-ipfs +clone_folder: c:\gopath\src\github.com\ipfs\go-ipfs environment: GOPATH: c:\gopath