mirror of
https://github.com/status-im/whisper.git
synced 2025-01-19 15:20:59 +00:00
13 lines
183 B
YAML
13 lines
183 B
YAML
notifications:
|
|
email: false
|
|
language: go
|
|
go:
|
|
- 1.10.x
|
|
sudo: false
|
|
jobs:
|
|
include:
|
|
- stage: Unit tests
|
|
script:
|
|
- go test ./whisperv6/...
|
|
- go test ./shhclient/...
|