Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha-go
/
23bd8c72e526400f25cfc6ebf1c13945c186ff90
/
.
/
vendor
/
github.com
/
pkg
/
errors
/
.travis.yml
blob: d4b92663bacfbb101cda87c41711b9d54d3a87cb [
file
] [
log
] [
blame
]
khenaidoo
c6c7bda
2020-06-17 17:20:18 -0400
[
diff
] [
blame
]
1
language:
go
2
go_import_path:
github.com/pkg/errors
3
go:
4
-
1.4.x
5
-
1.5.x
6
-
1.6.x
7
-
1.7.x
8
-
1.8.x
9
-
1.9.x
10
-
1.10.x
11
-
1.11.x
12
-
tip
13
14
script:
15
-
go test
-
v ./
...