diff options
Diffstat (limited to 'vendor/github.com/mattn/go-runewidth/.travis.yml')
| -rw-r--r-- | vendor/github.com/mattn/go-runewidth/.travis.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vendor/github.com/mattn/go-runewidth/.travis.yml b/vendor/github.com/mattn/go-runewidth/.travis.yml new file mode 100644 index 0000000..6a21813 --- /dev/null +++ b/vendor/github.com/mattn/go-runewidth/.travis.yml | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | language: go | ||
| 2 | sudo: false | ||
| 3 | go: | ||
| 4 | - 1.13.x | ||
| 5 | - tip | ||
| 6 | |||
| 7 | before_install: | ||
| 8 | - go get -t -v ./... | ||
| 9 | |||
| 10 | script: | ||
| 11 | - go generate | ||
| 12 | - git diff --cached --exit-code | ||
| 13 | - ./go.test.sh | ||
| 14 | |||
| 15 | after_success: | ||
| 16 | - bash <(curl -s https://codecov.io/bash) | ||
