1
0
mirror of https://github.com/go-task/task.git synced 2024-12-12 10:45:49 +02:00
task/.travis.yml
Andrey Nering 70cb1af80e Fix Travis
2017-04-24 10:39:24 -03:00

10 lines
134 B
YAML

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