whisper/.travis.yml

13 lines
183 B
YAML
Raw Normal View History

notifications:
email: false
language: go
go:
- 1.12.x
sudo: false
jobs:
include:
- stage: Unit tests
script:
2018-10-15 16:03:46 +02:00
- go test ./whisperv6/...
- go test ./shhclient/...