Sign in
chromium
/
external
/
github.com
/
bmatcuk
/
doublestar
/
refs/tags/upstream/v1.0.5
/
.
/
.travis.yml
blob: 92cf2ce978ed65d1ffbde9cc496597ea9358d9b0 [
file
] [
log
] [
blame
]
language:
go
go:
-
1.3
-
1.4
before_install:
-
sudo pip install codecov
script:
-
go test
-
coverprofile=coverage.txt
-
covermode=atomic
after_success:
-
codecov