aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/DreamItGetIT/statuscake/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/DreamItGetIT/statuscake/makefile')
-rw-r--r--vendor/github.com/DreamItGetIT/statuscake/makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/vendor/github.com/DreamItGetIT/statuscake/makefile b/vendor/github.com/DreamItGetIT/statuscake/makefile
index 946f6d9..6149bbf 100644
--- a/vendor/github.com/DreamItGetIT/statuscake/makefile
+++ b/vendor/github.com/DreamItGetIT/statuscake/makefile
@@ -1,6 +1,6 @@
1.PHONY: default lint test 1.PHONY: default deps lint test
2 2
3default: lint test 3default: deps lint test
4 4
5lint: 5lint:
6 @golint ./... 6 @golint ./...
@@ -9,3 +9,5 @@ lint:
9test: 9test:
10 go test ${GOTEST_ARGS} ./... 10 go test ${GOTEST_ARGS} ./...
11 11
12deps:
13 dep ensure \ No newline at end of file