feed-to-muc/vendor/github.com/mattn/go-runewidth/.travis.yml
2020-10-24 12:40:39 +02:00

16 lines
224 B
YAML

language: go
sudo: false
go:
- 1.13.x
- tip
before_install:
- go get -t -v ./...
script:
- go generate
- git diff --cached --exit-code
- ./go.test.sh
after_success:
- bash <(curl -s https://codecov.io/bash)