opentofu/vendor/github.com/svanharmelen/jsonapi/.travis.yml
Martin Atkins 6806d7cba5 vendor: catch up vendoring
We've missed a few recent additions to go.mod in the vendor directory. We
need to keep this updated for the moment until all of the surrounding
tooling is ready to go all-in with Go 1.11 modules.
2018-11-08 14:20:19 -08:00

8 lines
81 B
YAML

language: go
go:
- 1.8.x
- 1.9.x
- 1.10.x
- tip
script: go test ./... -v