mirror of
https://github.com/strongdm/comply
synced 2024-11-05 23:45:25 +00:00
23 lines
230 B
YAML
23 lines
230 B
YAML
language: go
|
|
arch:
|
|
- ppc64le
|
|
- amd64
|
|
go:
|
|
- 1.3
|
|
- 1.4
|
|
- 1.5
|
|
- 1.6
|
|
- 1.7
|
|
- 1.8
|
|
- 1.9
|
|
- "1.10"
|
|
- tip
|
|
jobs:
|
|
exclude :
|
|
- arch : ppc64le
|
|
go :
|
|
- 1.3
|
|
- arch : ppc64le
|
|
go :
|
|
- 1.4
|