mirror of
https://github.com/stashapp/stash.git
synced 2026-04-30 19:03:23 +02:00
15 lines
152 B
YAML
15 lines
152 B
YAML
arch:
|
|
- amd64
|
|
- ppc64le
|
|
language: go
|
|
|
|
go:
|
|
- tip
|
|
- stable
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- go: tip
|
|
|
|
install:
|
|
- go get golang.org/x/lint/golint
|