Sign in
chromium
/
external
/
github.com
/
src-d
/
go-billy
/
99d839800b93542496ec19319f37abacf17f589f
/
.
/
.travis.yml
blob: 01b51bb2a7e1db400238e8f85b775cc3c229a445 [
file
] [
log
] [
blame
]
language:
go
go:
-
1.8
-
tip
go_import_path:
gopkg.in/src
-
d/go
-
billy.v2
matrix:
allow_failures:
-
go:
tip
install:
-
go get
-
v
-
t ./
...
script:
-
make test
-
coverage
after_success:
-
bash <(curl
-
s https
:
//codecov.io/bash)