Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha-lib-go
/
6228a3d5a301507e002be7df370e160228af92cf
/
.
/
vendor
/
github.com
/
cespare
/
xxhash
/
v2
/
.travis.yml
blob: c516ea88da7358cf23d0f5b94e8802c47dbe2d23 [
file
] [
log
] [
blame
]
khenaidoo
2672188
2021-08-11 17:42:52 -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 ./
...