Files
LearnGO/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.13/.travis.yml
T
2024-09-19 21:38:24 -04:00

17 lines
224 B
YAML

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)