1
0
mirror of https://github.com/taigrr/yq synced 2025-01-18 04:53:17 -08:00
2015-10-10 12:57:11 +11:00

10 lines
94 B
YAML

language: go
go:
- 1.3.3
- 1.4.2
- 1.5.1
- tip
script:
- go test ./...
- go build