coreos / fleet

fleet ties together systemd and etcd into a distributed init system
Apache License 2.0
2.42k stars 302 forks source link

*: fix travis errors from gRPC patches #1659

Closed dongsupark closed 8 years ago

dongsupark commented 8 years ago

This is a follow-up to 2 PRs for gRPC, https://github.com/coreos/fleet/pull/1426 and https://github.com/coreos/fleet/pull/1657.

We need to remove vendor/google.golang.org/grpc/test, and also add license headers to gRPC source files, to get rid of errors from travis CI.

dongsupark commented 8 years ago

I'm merging it right away, as it's about hotfixes. Without these fixes, travis CI won't pass at all.