open-consul/.travis.yml

15 lines
113 B
YAML

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