mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 06:12:55 +00:00
10 lines
107 B
YAML
10 lines
107 B
YAML
language: go
|
|
go:
|
|
- 1.11
|
|
- 1.12
|
|
- 1.13
|
|
- 1.14.x
|
|
- master
|
|
script:
|
|
- cd tests && make
|