Sign in
chromium
/
external
/
github.com
/
src-d
/
go-billy
/
982626487c60a5252e7d0b695ca23fb0fa2fd670
/
.
/
.travis.yml
blob: 759e2fba82de0d91c1c04248dec6386061b82745 [
file
] [
log
] [
blame
]
language:
go
go:
-
1.9.x
-
1.10.x
go_import_path:
gopkg.in/src
-
d/go
-
billy.v4
install:
-
go get
-
v
-
t ./
...
script:
-
make test
-
coverage
after_success:
-
bash <(curl
-
s https
:
//codecov.io/bash)