Update working dir and get golint for circle tests

Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>
This commit is contained in:
Riyaz Faizullabhoy 2017-05-15 10:17:16 -07:00
parent b48e969bf8
commit 62f8a69b38

View File

@ -1,3 +1,8 @@
test: version: 2
override: jobs:
- make test build:
working_directory: /go/src/github.com/moby/tool
steps:
- checkout
- run: go get github.com/golang/lint/golint
- run: make test