diff --git a/circle.yml b/circle.yml index 75eb965e2..da8e46b14 100644 --- a/circle.yml +++ b/circle.yml @@ -1,3 +1,8 @@ -test: - override: - - make test \ No newline at end of file +version: 2 +jobs: + build: + working_directory: /go/src/github.com/moby/tool + steps: + - checkout + - run: go get github.com/golang/lint/golint + - run: make test \ No newline at end of file