diff options
Diffstat (limited to 'dependencies/pkg/mod/github.com/mattn/go-runewidth@v0.0.12/.travis.yml')
-rw-r--r-- | dependencies/pkg/mod/github.com/mattn/go-runewidth@v0.0.12/.travis.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dependencies/pkg/mod/github.com/mattn/go-runewidth@v0.0.12/.travis.yml b/dependencies/pkg/mod/github.com/mattn/go-runewidth@v0.0.12/.travis.yml new file mode 100644 index 0000000..6a21813 --- /dev/null +++ b/dependencies/pkg/mod/github.com/mattn/go-runewidth@v0.0.12/.travis.yml @@ -0,0 +1,16 @@ +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) |