local-server/vendor/github.com/pierrec/lz4/.travis.yml

19 lines
192 B
YAML
Raw Normal View History

2018-11-13 03:44:15 +00:00
language: go
go:
- 1.8.x
- 1.9.x
- 1.10.x
- master
matrix:
fast_finish: true
allow_failures:
- go: master
sudo: false
script:
- go test -v -cpu=2
- go test -v -cpu=2 -race