mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-27 06:19:25 -05:00
12 lines
94 B
YAML
12 lines
94 B
YAML
language: go
|
|
|
|
go:
|
|
- tip
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- go: tip
|
|
|
|
script:
|
|
- go test ./...
|