testify/.travis.yml
Leigh McCulloch c4a7fdae49 Revert "Remove 1.8"
This reverts commit 435bd6eaf13959bbb151fc7b511ee07b4a86fe6a.
2018-10-02 17:24:27 -06:00

17 lines
219 B
YAML

language: go
sudo: false
go:
- "1.8"
- "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)