consul/.travis.yml
2016-02-12 18:41:33 -08:00

15 lines
108 B
YAML

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