diff options
Diffstat (limited to 'vendor/github.com/cespare/xxhash/v2/.travis.yml')
-rw-r--r-- | vendor/github.com/cespare/xxhash/v2/.travis.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/github.com/cespare/xxhash/v2/.travis.yml b/vendor/github.com/cespare/xxhash/v2/.travis.yml new file mode 100644 index 000000000..c516ea88d --- /dev/null +++ b/vendor/github.com/cespare/xxhash/v2/.travis.yml @@ -0,0 +1,8 @@ +language: go +go: + - "1.x" + - master +env: + - TAGS="" + - TAGS="-tags purego" +script: go test $TAGS -v ./... |