open-consul/.travis.yml

15 lines
110 B
YAML
Raw Normal View History

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