From 5e3156ab2166d4ee40c0eec6a01deb4a864c8f3f Mon Sep 17 00:00:00 2001 From: Lukas Martinelli Date: Sun, 1 Jan 2017 16:00:59 +0100 Subject: [PATCH] Fetch submodule in appveyor --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 6fbda7ca..1c44ff87 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,6 +13,7 @@ environment: # scripts that run after cloning repository install: +- git submodule update --init --recursive - set PATH=%GOPATH%\bin;c:\go\bin;%PATH% - go version - go env