consul/.travis.yml
James Phillips aa5806a1df Takes away Go tip build which is failing for odd reasons.
This should cut down on build noise. When we get further with 1.6 we can reintroduce the tip build to help spot issues with the next version of Go.
2016-02-18 15:50:04 -08:00

15 lines
108 B
YAML

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