feed-to-muc/vendor/github.com/mattn/go-runewidth/.travis.yml

17 lines
224 B
YAML
Raw Normal View History

language: go
2020-05-14 16:07:09 +02:00
sudo: false
go:
2020-05-14 16:07:09 +02:00
- 1.13.x
- tip
2020-05-14 16:07:09 +02:00
before_install:
2020-05-14 16:07:09 +02:00
- go get -t -v ./...
script:
2020-05-14 16:07:09 +02:00
- go generate
- git diff --cached --exit-code
- ./go.test.sh
after_success:
- bash <(curl -s https://codecov.io/bash)