Sign in
chromium
/
external
/
github.com
/
knq
/
sysutil
/
0218e141a794643e8c0fa283b9cd076fc0df662d
/
.
/
.travis.yml
blob: b00ec9e9966105e6962bd522c2e5a3a47068a89d [
file
] [
log
] [
blame
]
language:
go
go:
-
1.9.x
-
1.10.x
-
tip
before_install:
-
go get github.com/mattn/goveralls
script:
-
go test
-
v
-
coverprofile=coverage.out
-
goveralls
-
service=travis
-
ci
-
coverprofile=coverage.out