Files
kubesphere/vendor/github.com/OneOfOne/xxhash/.travis.yml
hongming 9769357005 update
Signed-off-by: hongming <talonwan@yunify.com>
2020-03-20 02:16:11 +08:00

13 lines
124 B
YAML

language: go
sudo: false
go:
- 1.8
- 1.9
- "1.10"
- master
script:
- go test -tags safe ./...
- go test ./...