mirror of
https://gitlab.bertha.cloud/partitio/Nextcloud-Partitio/gonextcloud
synced 2024-11-15 05:06:24 +00:00
10 lines
92 B
YAML
10 lines
92 B
YAML
|
language: go
|
||
|
|
||
|
go:
|
||
|
- "1.x"
|
||
|
|
||
|
install:
|
||
|
- go get ./...
|
||
|
|
||
|
script:
|
||
|
- go test -v --short ./...
|