审查视图

vendor/github.com/cespare/xxhash/v2/.travis.yml 110 字节
唐旭辉 authored
1 2 3 4 5 6 7 8
language: go
go:
  - "1.x"
  - master
env:
  - TAGS=""
  - TAGS="-tags purego"
script: go test $TAGS -v ./...