mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-28 17:56:35 +00:00
13 lines
110 B
YAML
13 lines
110 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.9.x
|
|
- tip
|
|
|
|
script:
|
|
- go test
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- go: tip
|