mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-05 19:59:37 -06:00
20 lines
146 B
YAML
20 lines
146 B
YAML
---
|
|
language: go
|
|
|
|
go:
|
|
- tip
|
|
- 1.12
|
|
- 1.11
|
|
- 1.10
|
|
- 1.9
|
|
- 1.8
|
|
- 1.7
|
|
- 1.6
|
|
- 1.5
|
|
- 1.4
|
|
- 1.3
|
|
|
|
install:
|
|
- make
|
|
- make test
|