2
0
mirror of https://github.com/status-im/consul.git synced 2025-03-02 06:10:44 +00:00
2020-03-26 15:27:34 -04:00

19 lines
171 B
YAML

sudo: false
language: go
env:
- GO111MODULE=on
go:
- "1.11"
- "1.12"
- "1.13"
- "1.14"
branches:
only:
- master
script: make updatedeps test testrace