whisper/.travis.yml
2018-10-15 16:03:46 +02:00

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/...