mirror of
https://github.com/status-im/status-go.git
synced 2025-02-11 14:26:53 +00:00
10 lines
119 B
YAML
10 lines
119 B
YAML
language: go
|
|
go:
|
|
- "1.10.x"
|
|
- "1.11.x"
|
|
- "1.12.x"
|
|
env:
|
|
- GOARCH=i386
|
|
- GOARCH=amd64
|
|
script: go test -v ./...
|