open-consul/.travis.yml

14 lines
94 B
YAML

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