mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-05 05:20:34 +00:00
15 lines
125 B
YAML
15 lines
125 B
YAML
language: go
|
|
|
|
go:
|
|
- tip
|
|
- 1.10.x
|
|
- 1.9.x
|
|
- 1.8.x
|
|
- 1.7.x
|
|
|
|
script: make check
|
|
|
|
env:
|
|
- GOARCH=amd64
|
|
- GOARCH=386
|