mirror of
https://github.com/jmespath/jp
synced 2025-08-22 01:27:28 +00:00
10 lines
73 B
YAML
10 lines
73 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.5
|
|
|
|
install:
|
|
- go build jp.go
|
|
|
|
script: make test
|