Fix appveyor builds

This commit is contained in:
Dan Sosedoff 2016-01-04 18:51:25 -06:00
parent 995d52db1b
commit 82c162d399

View File

@ -1,13 +1,15 @@
clone_folder: c:\go\src\github.com\sosedoff\pgweb clone_folder: c:\go\src\github.com\sosedoff\pgweb
environment: environment:
GOPATH: c:\go GOPATH: c:\gopath
services: services:
- postgresql - postgresql
install: install:
- set PATH=%GOPATH%\bin;%PATH% - set PATH=%GOPATH%\bin;%PATH%
- echo %PATH%
- echo %GOPATH%
- cd %APPVEYOR_BUILD_FOLDER% - cd %APPVEYOR_BUILD_FOLDER%
- go env - go env
- go version - go version