Sign in
chromium
/
external
/
github.com
/
bmatcuk
/
doublestar
/
a4f8dd29c928b08296169383e075001046a0cd43
/
.
/
.travis.yml
blob: 78a90e7b5c26733c433b22ff5e81eab9fdf338d0 [
file
] [
log
] [
blame
]
language:
go
go:
-
1.12
-
1.13
-
1.14
os:
-
linux
-
windows
before_install:
-
go get
-
t
-
v ./
...
script:
-
go test
-
race
-
coverprofile=coverage.txt
-
covermode=atomic
after_success:
-
bash <(curl
-
s https
:
//codecov.io/bash)