diff options
Diffstat (limited to 'vendor/github.com/DreamItGetIT/statuscake/makefile')
-rw-r--r-- | vendor/github.com/DreamItGetIT/statuscake/makefile | 6 |
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 | ||
3 | default: lint test | 3 | default: deps lint test |
4 | 4 | ||
5 | lint: | 5 | lint: |
6 | @golint ./... | 6 | @golint ./... |
@@ -9,3 +9,5 @@ lint: | |||
9 | test: | 9 | test: |
10 | go test ${GOTEST_ARGS} ./... | 10 | go test ${GOTEST_ARGS} ./... |
11 | 11 | ||
12 | deps: | ||
13 | dep ensure \ No newline at end of file | ||