mirror of
https://github.com/status-im/consul.git
synced 2025-02-22 10:28:31 +00:00
14 lines
141 B
YAML
14 lines
141 B
YAML
language: go
|
|
go:
|
|
- 1.8
|
|
- 1.9
|
|
- tip
|
|
|
|
install:
|
|
- go get github.com/go-task/task/cmd/task
|
|
|
|
script:
|
|
- task dl-deps
|
|
- task lint
|
|
- task test
|