aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/cespare/xxhash/v2/.travis.yml
blob: c516ea88da7358cf23d0f5b94e8802c47dbe2d23 (plain)
1
2
3
4
5
6
7
8
language: go
go:
  - "1.x"
  - master
env:
  - TAGS=""
  - TAGS="-tags purego"
script: go test $TAGS -v ./...