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