mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 22:26:30 +00:00
17 lines
120 B
YAML
17 lines
120 B
YAML
language: go
|
|
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
go:
|
|
- 1.11.6
|
|
- 1.12.1
|
|
- tip
|
|
|
|
script:
|
|
- go test -v -race
|
|
|
|
notifications:
|
|
email: false
|