mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
16 lines
139 B
YAML
16 lines
139 B
YAML
language: go
|
|
sudo: false
|
|
|
|
go:
|
|
- 1.7.x
|
|
- 1.8.x
|
|
- 1.9.x
|
|
- tip
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- go: tip
|
|
|
|
script:
|
|
- go test -v ./...
|