mirror of
https://github.com/status-im/consul.git
synced 2025-01-19 18:19:53 +00:00
15 lines
133 B
YAML
15 lines
133 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.6
|
|
- 1.7
|
|
- tip
|
|
|
|
sudo: false
|
|
|
|
install:
|
|
- go get -u github.com/golang/lint/golint
|
|
|
|
script:
|
|
- ./_test.sh
|