govendor: update build instructions and fix #18

This commit is contained in:
Martin Lindhe
2016-09-01 21:10:02 +02:00
parent eebbe0015c
commit 29beaa6c3b
27 changed files with 2520 additions and 4 deletions

View File

@@ -16,8 +16,8 @@ install:
- 7z x go%GOVERSION%.windows-amd64.zip -y -oC:\ > NUL
- go version
- go env
- go get -v -t ./...
- go get -u github.com/kardianos/govendor
build_script:
- go build -v .
- go test -v ./...
- govendor build -v +local
- govendor test -v +local