book-fetch/vendor/github.com/hashicorp/hcl/.travis.yml
Vincent Batts 4ee54a8656
go: update deps and vendored sources
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2021-05-17 10:39:17 -05:00

13 lines
98 B
YAML

sudo: false
language: go
go:
- 1.x
- tip
branches:
only:
- master
script: make test