hcl/.travis.yml
2016-10-08 11:45:51 +08:00

13 lines
90 B
YAML

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