dispatch/vendor/github.com/hashicorp/hcl/.travis.yml
Ken-Håvard Lieng 628dc66685 Go modules!
2018-08-31 03:08:17 +02:00

14 lines
98 B
YAML

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