mirror of
https://github.com/go-gitea/gitea
synced 2024-10-31 23:34:25 +00:00
16 lines
152 B
YAML
Vendored
16 lines
152 B
YAML
Vendored
arch:
|
|
- amd64
|
|
- ppc64le
|
|
language: go
|
|
|
|
go:
|
|
- tip
|
|
- stable
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- go: tip
|
|
|
|
install:
|
|
- go get golang.org/x/lint/golint
|