1
0
mirror of https://github.com/therootcompany/telebit.git synced 2025-02-25 14:28:09 +00:00
2020-06-03 00:18:04 -06:00

13 lines
112 B
YAML

language: go
sudo: false
go:
- 1.4
- 1.5
- 1.6
- tip
script:
- go test -bench . -benchmem -v ./...