zlog/.travis.yml

12 lines
146 B
YAML
Raw Normal View History

2017-05-12 05:24:39 +00:00
language: go
go:
- 1.7
- 1.8
2018-01-04 19:28:02 +00:00
- 1.9
2017-05-12 05:24:39 +00:00
- tip
matrix:
allow_failures:
- go: tip
script:
go test -v -race -cpu=1,2,4 -bench . -benchmem ./...