1
0
mirror of https://github.com/go-task/task.git synced 2025-01-02 03:38:01 +02:00
task/vendor/github.com/stretchr/testify/.travis.yml
2018-01-03 15:12:40 -02:00

16 lines
173 B
YAML

language: go
sudo: false
go:
- 1.7
- 1.8
- 1.9
- tip
script:
- ./.travis.gogenerate.sh
- ./.travis.gofmt.sh
- ./.travis.govet.sh
- go test -v -race ./...