File: .travis.yml

package info (click to toggle)
golang-github-xeipuuv-gojsonschema 0.0~git20161105.0.3a08926-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,916 kB
  • ctags: 345
  • sloc: makefile: 2
file content (7 lines) | stat: -rw-r--r-- 179 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
language: go
go:
  - 1.3
before_install:
  - go get github.com/sigu-399/gojsonreference
  - go get github.com/sigu-399/gojsonpointer
  - go get github.com/stretchr/testify/assert