consul/.travis.yml

15 lines
108 B
YAML
Raw Normal View History

2014-04-19 13:40:38 -07:00
language: go
go:
2016-02-17 19:43:55 -08:00
- 1.6
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