Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha-lib-go
/
840e00d50f50eda433cfb097ffdb8e958a7fc7d9
/
.
/
vendor
/
github.com
/
google
/
uuid
/
.travis.yml
blob: d8156a60ba9b3affe8a7ebd9c1a7ca3a06674e55 [
file
] [
log
] [
blame
]
Scott Baker
2c1c482
2019-10-16 11:02:41 -0700
[
diff
] [
blame
]
1
language:
go
2
3
go:
4
-
1.4.3
5
-
1.5.3
6
-
tip
7
8
script:
9
-
go test
-
v ./
...