mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-11 13:16:34 +00:00
14 lines
214 B
YAML
14 lines
214 B
YAML
language: go
|
|
go:
|
|
- "1.4"
|
|
- "1.5"
|
|
- "1.7"
|
|
- "1.9"
|
|
- "1.10"
|
|
- "1.11"
|
|
- "tip"
|
|
matrix:
|
|
allow_failures:
|
|
- go: tip
|
|
script: go test -v github.com/equinox-io/equinox github.com/equinox-io/equinox/proto
|