1
0
mirror of https://github.com/go-task/task.git synced 2025-03-03 14:52:13 +02:00
task/.travis.yml

9 lines
117 B
YAML
Raw Normal View History

2017-03-19 15:54:18 -03:00
language: go
go:
- 1.7
- 1.8
script:
- go install github.com/go-task/task/cmd/task
2017-04-24 10:28:24 -03:00
- task lint
2017-03-19 15:54:18 -03:00
- task test