hcl/.travis.yml
Mitchell Hashimoto b943d49ebc Update .travis.yml
2017-02-17 08:47:33 -08:00

13 lines
90 B
YAML

sudo: false
language: go
go:
- 1.8
branches:
only:
- master
script: make test