open-consul/.travis.yml

15 lines
108 B
YAML

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