.travis.yml 202 B

123456789
  1. language: go
  2. go:
  3. - "1.11"
  4. - "1.12"
  5. - "1.13"
  6. before_install:
  7. - go get github.com/xeipuuv/gojsonreference
  8. - go get github.com/xeipuuv/gojsonpointer
  9. - go get github.com/stretchr/testify/assert