mirror of
https://github.com/stashapp/stash.git
synced 2025-12-29 19:52:54 +01:00
8 lines
60 B
YAML
8 lines
60 B
YAML
language: go
|
|
|
|
go:
|
|
- "1.11.x"
|
|
- tip
|
|
|
|
script:
|
|
- go test
|