1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-10 21:24:52 +08:00
Files
terasu-cloudflared/vendor/github.com/cespare/xxhash/v2/.travis.yml
2020-09-09 13:14:38 -05:00

9 lines
110 B
YAML

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