mirror of
https://github.com/status-im/status-console-client.git
synced 2025-02-25 17:15:14 +00:00
15 lines
206 B
YAML
15 lines
206 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.6
|
|
- 1.7
|
|
- 1.8
|
|
- tip
|
|
|
|
install:
|
|
- go get -d -t github.com/opentracing/opentracing-go/...
|
|
- go get -u github.com/golang/lint/...
|
|
script:
|
|
- make test lint
|
|
- go build ./...
|