Index: third_party/protobuf/README.md |
diff --git a/third_party/protobuf/README.md b/third_party/protobuf/README.md |
index ba9c589d2bfda2b3336e88a6c32c3b6e53e6c5dc..80e556b147eff35d4cd7433a9a21d0be3d1b042d 100644 |
--- a/third_party/protobuf/README.md |
+++ b/third_party/protobuf/README.md |
@@ -1,7 +1,7 @@ |
Protocol Buffers - Google's data interchange format |
=================================================== |
-[![Build Status](https://travis-ci.org/google/protobuf.svg?branch=master)](https://travis-ci.org/google/protobuf) [![Build status](https://ci.appveyor.com/api/projects/status/73ctee6ua4w2ruin?svg=true)](https://ci.appveyor.com/project/protobuf/protobuf) |
+[![Build Status](https://travis-ci.org/google/protobuf.svg?branch=master)](https://travis-ci.org/google/protobuf) [![Build status](https://ci.appveyor.com/api/projects/status/73ctee6ua4w2ruin?svg=true)](https://ci.appveyor.com/project/protobuf/protobuf) [![Build Status](https://grpc-testing.appspot.com/buildStatus/icon?job=protobuf_branch)](https://grpc-testing.appspot.com/job/protobuf_branch) [![Build Status](https://grpc-testing.appspot.com/job/protobuf_branch_32/badge/icon)](https://grpc-testing.appspot.com/job/protobuf_branch_32) |
Copyright 2008 Google Inc. |
@@ -65,7 +65,7 @@ how to install protobuf runtime for that specific language: |
| JavaScript | [js](js) | |
| Ruby | [ruby](ruby) | |
| Go | [golang/protobuf](https://github.com/golang/protobuf) | |
-| PHP | TBD | |
+| PHP | [php](php) | |
Usage |