Merge pull request #36 from riyazdf/fix-circle

Update working dir and get golint for circle tests
This commit is contained in:
Justin Cormack 2017-05-15 18:25:45 +01:00 committed by GitHub
commit 219847ff1a

View File

@ -1,3 +1,8 @@
test:
override:
- make test
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