whisper/.travis.yml

11 lines
148 B
YAML

notifications:
email: false
language: go
go:
- 1.10.x
sudo: false
jobs:
include:
- stage: Unit tests
script:
- go test ./whisper/...