13 lines
112 B
YAML
Raw Normal View History

2020-06-03 00:18:04 -06:00
language: go
sudo: false
go:
- 1.4
- 1.5
- 1.6
- tip
script:
- go test -bench . -benchmem -v ./...