Sign in
upspin
/
gcp
/
a4df81cccbc710c453b14888aa8fdbe9bcac1e53
/
.
/
.travis.yml
blob: bfbddcd367368f82d5c24da9ea9af83eb55ef229 [
file
] [
log
] [
blame
]
language:
go
go:
-
1.8.x
go_import_path:
gcp.upspin.io
script:
go test
-
short
-
race ./
...