mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-07 22:35:37 +00:00
10 lines
110 B
YAML
10 lines
110 B
YAML
language: go
|
|
os:
|
|
- linux-ppc64le
|
|
- linux
|
|
go:
|
|
- 1.9.x
|
|
script:
|
|
- scripts/devtools.sh
|
|
- make local build
|