consul/.travis.yml

15 lines
110 B
YAML
Raw Normal View History

2014-04-19 13:40:38 -07:00
language: go
go:
2016-08-16 15:25:43 -07:00
- 1.6.3
2014-04-19 13:40:38 -07:00
branches:
only:
- master
install: make
2014-04-19 13:40:38 -07:00
script:
2015-07-28 09:13:25 -07:00
- make test
sudo: false