Add postgresql service to appveyor config

This commit is contained in:
Dan Sosedoff 2015-01-13 21:23:08 -06:00
parent d68bea75f0
commit dc60ae89da

View File

@ -1,6 +1,9 @@
environment:
GOPATH: c:\projects
services:
- postgresql
install:
- set PATH=%GOPATH%\bin;%PATH%
- cd %APPVEYOR_BUILD_FOLDER%