1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-04 06:06:09 +02:00
gitea/vendor/github.com/mattn/go-runewidth/.travis.yml
techknowlogick 1c3278c2fa
update revive lint to latest commit (#12921)
* update revive lint to latest commit

* make fmt

* change import
2020-09-22 20:02:16 +03:00

17 lines
224 B
YAML
Vendored

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)