telebot/.travis.yml
2020-04-16 19:26:54 +03:00

14 lines
203 B
YAML

language: go
go:
- 1.11.x
before_install:
- go get -t -v ./...
script:
- go test -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)