1
0
mirror of https://github.com/go-task/task.git synced 2025-01-08 04:04:08 +02:00
task/.travis.yml

10 lines
134 B
YAML
Raw Normal View History

2017-03-19 20:54:18 +02:00
language: go
go:
- 1.8
2017-09-02 16:42:33 +02:00
- 1.9
2017-03-19 20:54:18 +02:00
script:
- go install github.com/go-task/task/cmd/task
2017-04-24 15:39:24 +02:00
- task dl-deps
2017-04-24 15:28:24 +02:00
- task lint
2017-03-19 20:54:18 +02:00
- task test