1
0
mirror of https://github.com/go-task/task.git synced 2025-01-20 04:59:37 +02:00

16 lines
173 B
YAML
Raw Normal View History

language: go
sudo: false
go:
- 1.7
2018-01-03 15:12:40 -02:00
- 1.8
- 1.9
- tip
script:
2018-01-03 15:12:40 -02:00
- ./.travis.gogenerate.sh
- ./.travis.gofmt.sh
- ./.travis.govet.sh
- go test -v -race ./...