Sign in
chromium
/
external
/
github.com
/
pborman
/
uuid
/
refs/heads/upstream/master
/
.
/
.travis.yml
blob: 6bfa9a82d05df7c0abaf927897cf864bc08816c1 [
file
] [
log
] [
blame
]
language:
go
go:
-
"1.9"
-
"1.10"
-
"1.11"
-
tip
arch:
-
amd64
-
ppc64le
script:
-
go test
-
v ./
...