From 62f8a69b387bd84c6255b40153412d6ab598be1c Mon Sep 17 00:00:00 2001 From: Riyaz Faizullabhoy Date: Mon, 15 May 2017 10:17:16 -0700 Subject: [PATCH] Update working dir and get golint for circle tests Signed-off-by: Riyaz Faizullabhoy --- circle.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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