blob: 09ee789caf11962081b9b004096afbbdb9a7dadd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
language: go
go:
- "1.5"
- "1.6"
- "1.7"
- "1.8"
- "1.9"
- "1.10"
before_install:
- go get github.com/xeipuuv/gojsonreference
- go get github.com/xeipuuv/gojsonpointer
- go get github.com/stretchr/testify/assert
|