mirror of
https://github.com/stashapp/stash.git
synced 2026-04-25 16:35:21 +02:00
6 lines
91 B
YAML
6 lines
91 B
YAML
dist: bionic
|
|
language: go
|
|
go:
|
|
- 1.13.x
|
|
script:
|
|
- go test -v -coverprofile=coverage.out
|