022fce0147
* 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.
14 lines
94 B
YAML
14 lines
94 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.7.3
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
script:
|
|
- make ci
|
|
|
|
sudo: false
|