packer-cn/vendor/github.com/pierrec/lz4/.travis.yml

19 lines
192 B
YAML
Raw Normal View History

language: go
go:
2019-04-10 09:41:22 -04:00
- 1.8.x
- 1.9.x
- 1.10.x
- master
matrix:
fast_finish: true
allow_failures:
- go: master
sudo: false
script:
2019-04-10 09:41:22 -04:00
- go test -v -cpu=2
- go test -v -cpu=2 -race