whisper/.travis.yml

11 lines
140 B
YAML
Raw Normal View History

notifications:
email: false
language: go
go:
- 1.10.x
sudo: false
jobs:
include:
- stage: Unit tests
script:
2018-10-04 12:01:32 +03:00
- go test ./...