mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-12 06:00:25 +08:00
11 lines
211 B
YAML
11 lines
211 B
YAML
language: go
|
|
go:
|
|
- 1.10.x
|
|
- 1.11.x
|
|
- tip
|
|
before_install:
|
|
- go get github.com/mattn/goveralls
|
|
script:
|
|
- go test -v -coverprofile=coverage.out
|
|
- goveralls -service=travis-ci -coverprofile=coverage.out
|