open-consul/.travis.yml
2015-07-28 09:13:25 -07:00

15 lines
113 B
YAML

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