mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-28 08:19:58 +00:00
STOR-519: Add db-connect, a SQL over HTTPS server
This commit is contained in:
10
vendor/github.com/xo/dburl/.travis.yml
generated
vendored
Normal file
10
vendor/github.com/xo/dburl/.travis.yml
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
Reference in New Issue
Block a user