1
0
mirror of https://github.com/go-task/task.git synced 2025-02-13 13:59:32 +02:00

Downloading goreleaser as a cli dep

This commit is contained in:
Andrey Nering 2017-04-24 10:48:57 -03:00
parent 1386018c1c
commit 9beef8b99b

View File

@ -9,6 +9,7 @@ dl-deps:
desc: Downloads cli dependencies
cmds:
- go get -u github.com/golang/lint/golint
- go get -u github.com/goreleaser/goreleaser
lint:
desc: Runs golint