packer-cn/vendor/github.com/klauspost/crc32/.travis.yml

12 lines
98 B
YAML
Raw Normal View History

2019-04-10 09:41:22 -04:00
language: go
go:
- 1.3
- 1.4
- 1.5
- tip
script:
- go test -v .
- go test -v -race .