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