diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2015-08-05 00:03:39 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2015-08-05 00:03:39 +0200 |
commit | 517662cbf0e1a7f39c47fbb69ae45d9f01f7b0f6 (patch) | |
tree | 1722f21e26a406b57a1739c93323e7036912196a | |
parent | 0c88065d4aae4a313bd427b1ae273fd7450e84ab (diff) |
Moving our build status badge from Travis to Jenkins.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/grpc/grpc.svg?branch=master)](https://travis-ci.org/grpc/grpc) +[![Build Status](https://grpc-testing.appspot.com/job/gRPC_master/badge/icon)](https://grpc-testing.appspot.com/job/gRPC_master) [![Coverage Status](https://img.shields.io/coveralls/grpc/grpc.svg)](https://coveralls.io/r/grpc/grpc?branch=master) [gRPC - An RPC library and framework](http://github.com/grpc/grpc) |