File: .travis.yml

package info (click to toggle)
golang-github-xeipuuv-gojsonschema 1.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 992 kB
  • sloc: makefile: 2
file content (9 lines) | stat: -rw-r--r-- 202 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
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