ingress-nginx-helm/vendor/github.com/cespare/xxhash/v2/.travis.yml
Manuel Alejandro de Brito Fontes 23e7565ebc Update go dependencies
2020-01-27 00:01:13 -03:00

8 lines
110 B
YAML

language: go
go:
- "1.x"
- master
env:
- TAGS=""
- TAGS="-tags purego"
script: go test $TAGS -v ./...