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, 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 0000000..c516ea8
--- /dev/null
+++ b/vendor/github.com/cespare/xxhash/v2/.travis.yml
@@ -0,0 +1,8 @@
1language: go
2go:
3 - "1.x"
4 - master
5env:
6 - TAGS=""
7 - TAGS="-tags purego"
8script: go test $TAGS -v ./...