mirror of
https://github.com/status-im/consul.git
synced 2025-01-14 15:54:40 +00:00
13 lines
103 B
YAML
13 lines
103 B
YAML
|
sudo: false
|
||
|
|
||
|
language: go
|
||
|
|
||
|
go:
|
||
|
- 1.5.1
|
||
|
|
||
|
branches:
|
||
|
only:
|
||
|
- master
|
||
|
|
||
|
script: make updatedeps test
|