mirror of
https://github.com/go-gitea/gitea.git
synced 2024-10-31 08:37:35 -04:00
1dd3f19ee3
Co-authored-by: Lauris BH <lauris@nix.lv>
10 lines
76 B
YAML
10 lines
76 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.4.3
|
|
- 1.5.3
|
|
- tip
|
|
|
|
script:
|
|
- go test -v ./...
|