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
environment:
GOPATH: c:\go
GOPATH: c:\gopath
services:
- postgresql
install:
- set PATH=%GOPATH%\bin;%PATH%
- echo %PATH%
- echo %GOPATH%
- cd %APPVEYOR_BUILD_FOLDER%
- go env
- go version