mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
14 lines
118 B
YAML
14 lines
118 B
YAML
|
language: go
|
||
|
|
||
|
go:
|
||
|
- 1.8
|
||
|
- 1.x
|
||
|
- tip
|
||
|
|
||
|
script:
|
||
|
- go test
|
||
|
|
||
|
matrix:
|
||
|
allow_failures:
|
||
|
- go: tip
|