mirror of
https://git.keinpfusch.net/loweel/zangtumb
synced 2025-03-01 13:17:37 +01:00
14 lines
102 B
YAML
14 lines
102 B
YAML
os:
|
|
- linux
|
|
- osx
|
|
|
|
language: go
|
|
|
|
go:
|
|
- 1.7.x
|
|
- 1.8.x
|
|
- 1.9.x
|
|
- 1.10.x
|
|
|
|
script: make build
|