jsonapi/.travis.yml

14 lines
144 B
YAML
Raw Normal View History

2015-07-13 14:26:01 -04:00
language: go
arch:
- amd64
- ppc64le
2015-07-13 14:31:28 -04:00
go:
- 1.11.x
2020-02-25 19:29:10 -05:00
- 1.12.x
- 1.13.x
- 1.14.x
2020-10-22 18:56:00 -04:00
- 1.15.x
2021-02-17 16:33:41 -05:00
- 1.16.x
2015-07-14 11:37:53 -04:00
- tip
script: go test ./... -v