mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 15:54:25 +00:00
1c3278c2fa
* update revive lint to latest commit * make fmt * change import
17 lines
224 B
YAML
Vendored
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)
|