Fixup circle CI

Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>
This commit is contained in:
Riyaz Faizullabhoy 2017-05-15 11:55:53 -07:00
parent 219847ff1a
commit 57f1a5bdf2

View File

@ -1,8 +1,11 @@
version: 2
executorType: machine
jobs:
build:
working_directory: /go/src/github.com/moby/tool
environment:
GOPATH: /home/circleci/.go_workspace
working_directory: $GOPATH/src/github.com/moby/tool
steps:
- checkout
- run: go get github.com/golang/lint/golint
- run: make test
- run: cd $GOPATH/src/github.com/moby/tool && make test