mirror of
https://github.com/go-gitea/gitea.git
synced 2024-12-19 02:53:37 +08:00
82343f4943
Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: zeripath <art27@cantab.net>
10 lines
76 B
YAML
10 lines
76 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.4.3
|
|
- 1.5.3
|
|
- tip
|
|
|
|
script:
|
|
- go test -v ./...
|