Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha-go
/
63a90a55e6609a7879c5bec6d2ab381e665ab92a
/
.
/
vendor
/
github.com
/
cespare
/
xxhash
/
v2
/
.travis.yml
blob: c516ea88da7358cf23d0f5b94e8802c47dbe2d23 [
file
] [
log
] [
blame
]
khenaidoo
d948f77
2021-08-11 17:49:24 -0400
[
diff
] [
blame
]
1
language:
go
2
go:
3
-
"1.x"
4
-
master
5
env:
6
-
TAGS=
""
7
-
TAGS=
"-tags purego"
8
script:
go test $TAGS
-
v ./
...