mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 22:06:20 +00:00
14 lines
98 B
YAML
14 lines
98 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.8
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
script:
|
|
- make test vet
|
|
|
|
sudo: false
|