mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
11 lines
125 B
YAML
11 lines
125 B
YAML
language: go
|
|
|
|
install:
|
|
- go get -d -v ./...
|
|
- go get -u github.com/stretchr/testify/require
|
|
|
|
go:
|
|
- 1.7
|
|
- 1.8
|
|
- tip
|