summaryrefslogtreecommitdiff
path: root/vendor/github.com/hpcloud/tail/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/hpcloud/tail/Makefile')
-rw-r--r--vendor/github.com/hpcloud/tail/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/hpcloud/tail/Makefile b/vendor/github.com/hpcloud/tail/Makefile
deleted file mode 100644
index 6591b24fc..000000000
--- a/vendor/github.com/hpcloud/tail/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-default: test
-
-test: *.go
- go test -v -race ./...
-
-fmt:
- gofmt -w .
-
-# Run the test in an isolated environment.
-fulltest:
- docker build -t hpcloud/tail .