hcl/.travis.yml
2017-10-09 10:47:08 -07:00

14 lines
98 B
YAML

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