From dc60ae89da02ae1eb2f1bceae1efa4faf690cd7b Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Tue, 13 Jan 2015 21:23:08 -0600 Subject: [PATCH] Add postgresql service to appveyor config --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 2400a6d..d3a1226 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,9 @@ environment: GOPATH: c:\projects +services: + - postgresql + install: - set PATH=%GOPATH%\bin;%PATH% - cd %APPVEYOR_BUILD_FOLDER%