2
0
mirror of https://github.com/status-im/consul.git synced 2025-01-12 23:05:28 +00:00
James Phillips 6de74c60a4 Upgrades to Go 1.7 and fixes vet finding and TLS behavior change. ()
* Upgrades to Go 1.7 and fixes vet finding and TLS behavior change.

* Fixes unit tests in a better manner by closing the client connection on errors.

We traced through and realized that https://github.com/golang/go/issues/15709
causes the output from the client to get buffered, which cuts off the alert
feedback due to the flush() call getting bypassed by the error return.
2016-11-07 18:15:26 -08:00

14 lines
94 B
YAML

language: go
go:
- 1.7.3
branches:
only:
- master
script:
- make ci
sudo: false