mirror of
https://github.com/go-gitea/gitea.git
synced 2024-10-31 08:37:35 -04:00
13 lines
124 B
YAML
13 lines
124 B
YAML
|
language: go
|
||
|
|
||
|
go:
|
||
|
- tip
|
||
|
- stable
|
||
|
|
||
|
matrix:
|
||
|
allow_failures:
|
||
|
- go: tip
|
||
|
|
||
|
install:
|
||
|
- go get golang.org/x/lint/golint
|