summaryrefslogtreecommitdiff
path: root/vendor/github.com/docker/go-units/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/docker/go-units/circle.yml')
-rw-r--r--vendor/github.com/docker/go-units/circle.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/docker/go-units/circle.yml b/vendor/github.com/docker/go-units/circle.yml
deleted file mode 100644
index af9d60552..000000000
--- a/vendor/github.com/docker/go-units/circle.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-dependencies:
- post:
- # install golint
- - go get golang.org/x/lint/golint
-
-test:
- pre:
- # run analysis before tests
- - go vet ./...
- - test -z "$(golint ./... | tee /dev/stderr)"
- - test -z "$(gofmt -s -l . | tee /dev/stderr)"