1
0
mirror of https://github.com/go-task/task.git synced 2025-01-12 04:34:11 +02:00

Run golint on Travis

This commit is contained in:
Andrey Nering 2017-04-24 10:28:24 -03:00
parent 7077b0ce65
commit 3c63a2b3cc

View File

@ -4,4 +4,5 @@ go:
- 1.8
script:
- go install github.com/go-task/task/cmd/task
- task lint
- task test