1
0
mirror of https://github.com/go-task/task.git synced 2024-12-12 10:45:49 +02:00

Fix Travis

This commit is contained in:
Andrey Nering 2017-04-24 10:39:24 -03:00
parent 3c63a2b3cc
commit 70cb1af80e
2 changed files with 5 additions and 0 deletions

View File

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

View File

@ -5,6 +5,10 @@ install:
cmds:
- go install -v ./...
dl-deps:
cmds:
- go get -u github.com/golang/lint/golint
lint:
desc: Runs golint
cmds: