lsgo/third_party/lz4/.travis.yml
lordwelch f56ee42b79 Change signatures to constant strings
Fix issues from golangci-lint

Add sublime project file
2021-01-11 01:24:36 -08:00

20 lines
256 B
YAML

language: go
env:
- GO111MODULE=off
go:
- 1.13.x
- 1.14.x
matrix:
fast_finish: true
sudo: false
script:
- go test -v -cpu=2
- go test -v -cpu=2 -race
- go test -v -cpu=2 -tags noasm
- go test -v -cpu=2 -race -tags noasm