mirror of https://github.com/status-im/consul.git
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
|