mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
14 lines
100 B
YAML
14 lines
100 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.8.3
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
script:
|
|
- make test vet
|
|
|
|
sudo: false
|