mirror of
https://github.com/go-gitea/gitea.git
synced 2024-12-16 02:09:18 +08:00
67942ac1a9
Backport #16532 Co-authored-by: Matti R <matti@mdranta.net>
12 lines
102 B
YAML
Vendored
12 lines
102 B
YAML
Vendored
language: go
|
|
|
|
script:
|
|
- go vet ./...
|
|
- go test -v ./...
|
|
|
|
go:
|
|
- 1.7
|
|
- 1.8
|
|
- 1.9
|
|
- 1.10
|