testify/.travis.yml
Leigh McCulloch 435bd6eaf1
Remove 1.8
2018-09-16 08:32:12 -07:00

16 lines
209 B
YAML

language: go
sudo: false
go:
- "1.9"
- "1.10"
- "1.11"
- tip
script:
- ./.travis.gogenerate.sh
- ./.travis.gofmt.sh
- ./.travis.govet.sh
- go test -v -race $(go list ./... | grep -v vendor)