VictoriaMetrics/vendor/github.com/mattn/go-runewidth/.travis.yml

17 lines
224 B
YAML
Raw Normal View History

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