mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 05:23:04 +00:00
15 lines
113 B
YAML
15 lines
113 B
YAML
language: go
|
|
|
|
go:
|
|
- tip
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
install: make deps
|
|
script:
|
|
- make test
|
|
|
|
sudo: false
|