mirror of
https://github.com/go-gitea/gitea
synced 2024-11-02 16:24:25 +00:00
12 lines
104 B
YAML
12 lines
104 B
YAML
|
language: go
|
||
|
|
||
|
go:
|
||
|
- 1.2
|
||
|
- 1.3
|
||
|
- 1.4
|
||
|
- tip
|
||
|
|
||
|
script:
|
||
|
- go get launchpad.net/gocheck
|
||
|
- go test
|