whisper/.travis.yml
Adam Babik 3e303b1d5f
fix a case when Limit is 0 when syncing mailservers (#29)
It also improves passing errors to the requester.
2019-06-26 11:11:20 +02:00

13 lines
183 B
YAML

notifications:
email: false
language: go
go:
- 1.12.x
sudo: false
jobs:
include:
- stage: Unit tests
script:
- go test ./whisperv6/...
- go test ./shhclient/...