Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha-openolt-adapter
/
701df862789f03cf0489071ec591530a2a5efed6
/
.
/
vendor
/
github.com
/
cespare
/
xxhash
/
v2
/
.travis.yml
blob: c516ea88da7358cf23d0f5b94e8802c47dbe2d23 [
file
] [
log
] [
blame
]
Joey Armstrong
a6af152
2023-01-17 16:06:16 -0500
[
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 ./
...