mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 13:55:55 +00:00
13 lines
104 B
YAML
13 lines
104 B
YAML
language: go
|
|
|
|
go:
|
|
- tip
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
install: make deps
|
|
script:
|
|
- make test
|