open-consul/.travis.yml
2016-02-17 19:43:55 -08:00

16 lines
116 B
YAML

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