mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-01 08:47:40 -04:00
10 lines
104 B
YAML
10 lines
104 B
YAML
|
sudo: false
|
||
|
language: go
|
||
|
go:
|
||
|
- 1.8.x
|
||
|
- 1.9.x
|
||
|
- 1.10.x
|
||
|
- 1.11.x
|
||
|
|
||
|
script: go test -v -cover -race
|