blob: 706ead4003d2405af8a6446716d2844b39755334 [file] [log] [blame]
language: go
go:
- 1.7
- 1.8
- tip
script:
- go test -race ./...
- go test -bench=.