consul/.travis.yml

16 lines
116 B
YAML

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