mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
Merge pull request #36 from riyazdf/fix-circle
Update working dir and get golint for circle tests
This commit is contained in:
commit
219847ff1a
11
circle.yml
11
circle.yml
@ -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
|
Loading…
Reference in New Issue
Block a user