mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 18:11:35 +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:
|
version: 2
|
||||||
override:
|
jobs:
|
||||||
- make test
|
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