1
0
mirror of https://gitea.com/Sirherobrine23/tea.git synced 2024-08-21 22:37:26 +00:00
tea/vendor/github.com/mattn/go-runewidth/.travis.yml

17 lines
224 B
YAML
Raw Normal View History

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