aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/circle.yml')
-rw-r--r--vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/circle.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/circle.yml b/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/circle.yml
deleted file mode 100644
index 9043b35..0000000
--- a/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/go-units/circle.yml
+++ /dev/null
@@ -1,11 +0,0 @@
1dependencies:
2 post:
3 # install golint
4 - go get github.com/golang/lint/golint
5
6test:
7 pre:
8 # run analysis before tests
9 - go vet ./...
10 - test -z "$(golint ./... | tee /dev/stderr)"
11 - test -z "$(gofmt -s -l . | tee /dev/stderr)"