mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
ad326fa290
Allows runnning a store node depending on node config settings.
14 lines
107 B
YAML
14 lines
107 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.7.x
|
|
- 1.12.x
|
|
- 1.13.x
|
|
- tip
|
|
|
|
install:
|
|
- go build .
|
|
|
|
script:
|
|
- go test -v
|