jsonapi/.travis.yml

8 lines
81 B
YAML
Raw Normal View History

2015-07-13 14:26:01 -04:00
language: go
2015-07-13 14:31:28 -04:00
go:
2017-01-21 00:36:58 -05:00
- 1.8.x
2017-07-27 20:49:25 -04:00
- 1.9.x
2018-03-12 20:55:56 -04:00
- 1.10.x
2015-07-14 11:37:53 -04:00
- tip
script: go test ./... -v