1
0
mirror of https://github.com/go-task/task.git synced 2024-12-14 10:52:43 +02:00
task/.travis.yml
2017-09-02 11:42:33 -03:00

10 lines
134 B
YAML

language: go
go:
- 1.8
- 1.9
script:
- go install github.com/go-task/task/cmd/task
- task dl-deps
- task lint
- task test