status-go/vendor/github.com/rs/dnscache/.travis.yml

14 lines
181 B
YAML
Raw Normal View History

2022-03-10 09:44:48 +00:00
language: go
go:
- "1.8"
- "1.9"
- "1.10"
- "1.11"
- "1.12"
- tip
matrix:
allow_failures:
- go: tip
script:
go test -v -race -cpu=1,2,4 -bench . -benchmem ./...