mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 06:12:55 +00:00
15 lines
130 B
YAML
15 lines
130 B
YAML
language: go
|
|
sudo: false
|
|
|
|
go:
|
|
- 1.9.x
|
|
- 1.12.x
|
|
- tip
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- go: tip
|
|
|
|
script:
|
|
- go test -v ./...
|