mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
12 lines
134 B
YAML
12 lines
134 B
YAML
|
language: go
|
||
|
arch:
|
||
|
- amd64
|
||
|
- ppc64le
|
||
|
go:
|
||
|
- 1.7.x
|
||
|
- 1.8.x
|
||
|
- 1.9.x
|
||
|
- 1.10.x
|
||
|
- 1.11.x
|
||
|
script: go test -v ./.
|