Jeff Mitchell 94c73d0c92 Chunking support (#6172)
* Initial chunk support

This uses the go-raft-middleware library to allow for chunked commits to the KV
2019-07-24 17:06:39 -04:00

13 lines
108 B
YAML

language: go
go:
- 1.7
- tip
script:
- go test
matrix:
allow_failures:
- go: tip