mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
14 lines
99 B
YAML
14 lines
99 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.2
|
|
- 1.3
|
|
- 1.4
|
|
- tip
|
|
|
|
install:
|
|
- go build .
|
|
|
|
script:
|
|
- go test -v
|