mirror of
https://github.com/go-gitea/gitea
synced 2025-02-07 04:57:00 +01:00
10 lines
76 B
YAML
Vendored
10 lines
76 B
YAML
Vendored
language: go
|
|
|
|
go:
|
|
- 1.4.3
|
|
- 1.5.3
|
|
- tip
|
|
|
|
script:
|
|
- go test -v ./...
|