forked from ebhomengo/niki
1
0
Fork 0
niki/vendor/github.com/xeipuuv/gojsonschema/.travis.yml

10 lines
202 B
YAML
Raw Permalink Normal View History

2024-08-29 03:26:59 +00:00
language: go
go:
- "1.11"
- "1.12"
- "1.13"
before_install:
- go get github.com/xeipuuv/gojsonreference
- go get github.com/xeipuuv/gojsonpointer
- go get github.com/stretchr/testify/assert